Itay Adler
Itay Adler
Related to #910? Check my PR please #1030
Updated PR, also ran the build script and checked that the examples work for both jQuery and Prototype
What's next?
Anything else I can do to make this ready for master?
I'm closing this PR as it didn't get any attention.
I have an extension that its browserAction opens a popup, so the suggested solution didn't work for me using Puppeteer v2.1.1. (using Chromium v80). However one could simply use chrome.browserAction.openPopup((x)=>...
I managed to make this work with the extension I work on @ work, the workarounds: I used `happy-dom` to polyfill window and document, notice you'll also need to polyfill...