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

Cross Browser Compatability #3

Open
rachelnicole opened this issue Jan 21, 2022 · 0 comments
Open

Cross Browser Compatability #3

rachelnicole opened this issue Jan 21, 2022 · 0 comments

Comments

@rachelnicole
Copy link

MDN: Build a cross browser extension

as of dec 2021
Chrome and Firefox have different browser namespaces and asynchronous event handling. You can address this by utilizing the WebExtension browser API Polyfill and writing your code according to firefox standards.

The only caveat is that W3C extension group is working with browser vendors to make it easier for v3, which isn't done yet.

Though since this has so little lines of code it wouldn't be hard at all to make it compatible for the current ecosystem, and then adapt it once v3 is GA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant