We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8da220 commit 34d0247Copy full SHA for 34d0247
lib/browser/context-uri.browser.js
@@ -1 +1 @@
1
-export const contextUri = () => document?.location?.toString() ?? "";
+export const contextUri = () => globalThis.document?.location?.toString() ?? "";
0 commit comments