Just noticed that:
browser.privacy.websites.thirdPartyCookiesAllowed.get({});
Throws the error below:
Uncaught TypeError: Error in invocation of types.ChromeSetting.get(object details, function callback): No matching signature.
I'm new to current polyfill library, but having a rough look into the src/browser-polyfill.js seems like there are some privacy APIs that are available in Chrome which are not supported by webextension-polyfill.
Not sure if that is intentional that not all Chrome APIs are supported, but if Chrome API support can be ensured, that will help me a lot making my Chrome Extension also being available in Firefox.
Just noticed that:
Throws the error below:
I'm new to current polyfill library, but having a rough look into the src/browser-polyfill.js seems like there are some privacy APIs that are available in Chrome which are not supported by
webextension-polyfill.Not sure if that is intentional that not all Chrome APIs are supported, but if Chrome API support can be ensured, that will help me a lot making my Chrome Extension also being available in Firefox.