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
The Opera web browser also supports Extensions, so it should be possible to bring DeviantArt Filter to Opera now.
Unfortunately, it looks like Opera uses callbacks instead of promises, so supporting Opera may require using Mozilla's Web Extension polyfill, but Opera appears to use the chrome.* namespace, so hopefully the polyfill will just work as-is.
Additionally, there are a few differences in/for the supported Extension APIs between Opera and Chrome. Most notably, it looks like Opera only supports local storage, which means the settings (which use sync storage) will need some additional work to detect storage support and use the best available system.
The text was updated successfully, but these errors were encountered:
The Opera web browser also supports Extensions, so it should be possible to bring DeviantArt Filter to Opera now.
Unfortunately, it looks like Opera uses callbacks instead of promises, so supporting Opera may require using Mozilla's Web Extension polyfill, but Opera appears to use the
chrome.*
namespace, so hopefully the polyfill will just work as-is.Additionally, there are a few differences in/for the supported Extension APIs between Opera and Chrome. Most notably, it looks like Opera only supports local storage, which means the settings (which use
sync
storage) will need some additional work to detect storage support and use the best available system.The text was updated successfully, but these errors were encountered: