You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
Compatibility chart says webRequest has Full support since Safari 14. But it isn't fully supported on Manifest v3 on Safari.
What browsers does this problem apply to, if applicable?
Safari
What did you expect to see?
It needs an asterisk * with a note that it is not supported on Manifest v3 on Safari.
Did you test this? If so, how?
Using a webextension I converted to Manifest v3, which works fine on Chrome, but no longer loads on Safari (tested on 18.0.) Safari gives the error: An extension with a non-persistent background page cannot listen to webRequest events. - but Manifest v3 extensions must be non-persistent. The extension will load if "webRequest" is removed from "permissions" in manifest.json, but then an error occurs when trying to call any chrome.webRequest.* functions in the background service worker script.
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
Compatibility chart says
webRequest
has Full support since Safari 14. But it isn't fully supported on Manifest v3 on Safari.What browsers does this problem apply to, if applicable?
Safari
What did you expect to see?
It needs an asterisk * with a note that it is not supported on Manifest v3 on Safari.
Did you test this? If so, how?
Using a webextension I converted to Manifest v3, which works fine on Chrome, but no longer loads on Safari (tested on 18.0.) Safari gives the error:
An extension with a non-persistent background page cannot listen to webRequest events.
- but Manifest v3 extensions must be non-persistent. The extension will load if "webRequest" is removed from "permissions" in manifest.json, but then an error occurs when trying to call any chrome.webRequest.* functions in the background service worker script.Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
I created an issue for this webextension: internetarchive/wayback-machine-webextension#1046
Do you have anything more you want to share?
No response
MDN URL
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest
MDN metadata
MDN page report details
webextensions.api.webRequest
The text was updated successfully, but these errors were encountered: