Skip to content

Commit 34d0247

Browse files
committed
Fix service worker contextURI again
1 parent e8da220 commit 34d0247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/browser/context-uri.browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const contextUri = () => document?.location?.toString() ?? "";
1+
export const contextUri = () => globalThis.document?.location?.toString() ?? "";

0 commit comments

Comments
 (0)