Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/0.get-started/1.browser-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ The `@webext-core` packages are simple wrappers around [`webextension-polyfill`]

Other Chromium-based browsers are not officially supported, and may not work<sup>_2_</sup>. See Mozilla's [supported browsers documentation](https://github.com/mozilla/webextension-polyfill#supported-browsers) for more details.

> _<sup>1</sup>_ `webextension-polyfill` works on Safari, however Safari does not implement the complete web extension standard. See the [browser compatibliity chart](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Browser_support_for_JavaScript_APIs) for more details.
> _<sup>1</sup>_ `webextension-polyfill` works on Safari, however Safari does not implement the complete web extension standard. See the [browser compatiblity chart](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Browser_support_for_JavaScript_APIs) for more details.
>
> _<sup>2</sup>_ In practice, the browsers are close enough to chrome that they work 99% of the time. But make sure to test your extension before assuming it will work.