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
"You might want to mention that Firefox natively supports using the chrome.* namespace and callbacks. Thus, the easiest code-compatibility between Chrome and Firefox is to just use chrome.* in both. You only need to use the browser.* polyfill if really want to use Promises."
@superbahbi That is great news. The latest changes in the main branch have support for abstracting the storage api implementation away, so we are no longer tied to chrome. It also opens the doors to doing proper testing for all the storage related files.
Try and port this extension to both Edge and Firefox and publish this in their respective app stores.
Related issues:
The text was updated successfully, but these errors were encountered: