Skip to content
New issue

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

Support for webextension-polyfill #73

Open
rootCircle opened this issue Dec 20, 2024 · 1 comment
Open

Support for webextension-polyfill #73

rootCircle opened this issue Dec 20, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed P1 size:M

Comments

@rootCircle
Copy link
Owner

Webextension-polyfill is an API that helps us supports inconsistent APIs in extension to a rather generalized one!

Example: chrome.* are specific to chromium only, but according to W3C browser.* should be the preferred way, but chrome still doesn't support that! Although Safari and Firefox has first class support for them!

So, wanted to migrate our chome.* APIs to browser.* APIs. As they provide more clean and efficient APIs to work with, improving cross browser compatibility in general!

For implementation notes, one can find this useful:
https://github.com/mozilla/webextension-polyfill

@rootCircle
Copy link
Owner Author

rootCircle commented Dec 20, 2024

Also, check out webext-bridge for better message passing!
https://serversideup.net/open-source/webext-bridge/docs/getting-started/quick-example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed P1 size:M
Projects
Status: To triage
Development

No branches or pull requests

1 participant