blenderskool / untab

🔍 A productivity tool to boost your browser workflow!
https://getuntab.now.sh
MIT License
347 stars 27 forks source link

Migrating to webextension-polyfill #37

Closed blenderskool closed 3 years ago

blenderskool commented 3 years ago

Webextension-polyfill is created by mozilla and is a polyfill for the promise-based browser API available only in Firefox only. Migrating to this can improve #4 and development experience as well since we are mostly wrapping the chrome API in Promises and consuming them.

https://github.com/mozilla/webextension-polyfill/ Reference: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Build_a_cross_browser_extension#The_WebExtension_browser_API_Polyfill