We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello Kirill,
I tried and failed to port the extension to Chrome in this commit
jmfayard/webextension-search-kotlin-docs@0bc78b0
Things I have done:
src/main/resources/browser-polyfill.js
contextMenus
menus
./gradlew runDceKotlinJs --continous
chrome://extensions/
Load unpacked
Errors
There I see Uncaught TypeError: Cannot read property 'create' of undefined The polyfill from browser.menus to browser.contextMenus is not working
Uncaught TypeError: Cannot read property 'create' of undefined
browser.menus
browser.contextMenus
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello Kirill,
I tried and failed to port the extension to Chrome in this commit
jmfayard/webextension-search-kotlin-docs@0bc78b0
Things I have done:
src/main/resources/browser-polyfill.js
to the background scriptscontextMenus
instead ofmenus
so added it to the manifest../gradlew runDceKotlinJs --continous
chrome://extensions/
in Chrome Canary.Load unpacked
, tried to use the extension, openedErrors
There I see
Uncaught TypeError: Cannot read property 'create' of undefined
The polyfill from
browser.menus
tobrowser.contextMenus
is not workingThe text was updated successfully, but these errors were encountered: