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
Service Worker logs:
background js service worker
popup js script
Scripts in popup.html file which includes document.getelement(element), which throws an error (document not found) when it is built as a service worker, requiring scripts in popup to be inline.
The text was updated successfully, but these errors were encountered:
Describe the bug
javascript files for popup being built as service worker
To Reproduce
Steps to reproduce the behavior:
Expected behavior
**Desktop: **
Manifest JSON:
background.js:
popup.js
Service Worker logs:
background js service worker
popup js script
Scripts in popup.html file which includes document.getelement(element), which throws an error (document not found) when it is built as a service worker, requiring scripts in popup to be inline.
The text was updated successfully, but these errors were encountered: