Jim
Results
3
comments of
Jim
It looks like what I've done is fine, but with a few changes: ```typescript const root = express() let server: ServerType if (isDev) { const options = { key: fs.readFileSync('certs/....pem'),...
I was able to resolve this for puppeteer by just creating my own function: ```typescript await page.evaluateOnNewDocument(() => (window.__name = (func) => func)); // .. All the other evaluates you...
🤰 Bumb