warren-bank / crx-tabs-backup-restore

Chrome extension to backup and restore browser sessions, consisting of all open windows and tabs.
GNU General Public License v2.0
3 stars 0 forks source link

Firefox compatibility issues #1

Open warren-bank opened 2 months ago

warren-bank commented 2 months ago

Firefox and Fenix:

  1. chrome.extension.getBackgroundPage
    • API returns null when used in Private Browsing mode
  2. chrome.storage.local.getBytesInUse
    • API is not available

Fenix:

  1. chrome.windows.getAll
    • API is not available
  2. chrome.windows.create
    • API is not available
    • related bug report(s)

test environment:

warren-bank commented 2 months ago

gist:

warren-bank commented 2 months ago

upon inspection, the aforementioned polyfill is actually inadequate.

progress..

warren-bank commented 2 months ago

update..