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

Info about unsupported APIs #325

Open
ivanjeremic opened this issue Jun 18, 2021 · 2 comments
Open

Info about unsupported APIs #325

ivanjeremic opened this issue Jun 18, 2021 · 2 comments

Comments

@ivanjeremic
Copy link

The docs say "This library doesn't (and it is not going to) polyfill API methods or options that are missing on Chrome but natively provided on Firefox,"

Is there a list of tracked APIs which are not covered?

@ivanjeremic ivanjeremic changed the title Info about unsuported APS Info about unsuported APIs Jun 18, 2021
@ivanjeremic ivanjeremic changed the title Info about unsuported APIs Info about unsupported APIs Jun 18, 2021
@rpl
Copy link
Member

rpl commented Jun 22, 2021

The docs say "This library doesn't (and it is not going to) polyfill API methods or options that are missing on Chrome but natively provided on Firefox,"

Is there a list of tracked APIs which are not covered?

We do have "browser compatibility" tables as part of the WebExtensions API reference docs on MDN:

Those compatibility tables are generated from the data available in the following github repos (and so it is where issue related to the browser compatibility details should be filed, and changes submitted as github pull requests).

It would be reasonable to link that MDN doc page in the polyfill README and so I'm marking this issue as needs-docs.

@ivanjeremic
Copy link
Author

ivanjeremic commented Jun 23, 2021

The docs say "This library doesn't (and it is not going to) polyfill API methods or options that are missing on Chrome but natively provided on Firefox,"
Is there a list of tracked APIs which are not covered?

We do have "browser compatibility" tables as part of the WebExtensions API reference docs on MDN:

Those compatibility tables are generated from the data available in the following github repos (and so it is where issue related to the browser compatibility details should be filed, and changes submitted as github pull requests).

It would be reasonable to link that MDN doc page in the polyfill README and so I'm marking this issue as needs-docs.

Thanks from what I see you can't really create useful extensions for Safari if the same extension uses some cool APIs Chrome has. Wonder how long Apple will play this Game...

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

No branches or pull requests

2 participants