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
{{ message }}
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
I get the error main-a269e414.js:1 Uncaught (in promise) ReferenceError: window is not defined when I click the download button. I think the issue is occurring because they are trying to access the window object within the service worker and not the current tab.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I get the error
main-a269e414.js:1 Uncaught (in promise) ReferenceError: window is not defined
when I click the download button. I think the issue is occurring because they are trying to access the window object within the service worker and not the current tab.The text was updated successfully, but these errors were encountered: