We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi mary, feel free to close this if you don't intend to support deno. figured i'd raise it just in case though..
on the line i referenced below you use window.addEventListener, the problem is that window was removed from deno.
window.addEventListener
window
atcute/packages/oauth/browser-client/lib/store/db.ts
Line 82 in a22af62
i was able to change it to globalThis locally, and things seemed to work. looks like globalThis has pretty good support: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis#browser_compatibility https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis
i didn't review the code super carefully, so i apologize if i missed something! thanks for your time!
The text was updated successfully, but these errors were encountered:
8886dcb
No branches or pull requests
hi mary, feel free to close this if you don't intend to support deno.
figured i'd raise it just in case though..
on the line i referenced below you use
window.addEventListener
, the problem is thatwindow
was removed from deno.atcute/packages/oauth/browser-client/lib/store/db.ts
Line 82 in a22af62
i was able to change it to globalThis locally, and things seemed to work.
looks like globalThis has pretty good support:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis#browser_compatibility
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis
i didn't review the code super carefully, so i apologize if i missed something!
thanks for your time!
The text was updated successfully, but these errors were encountered: