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 389144d commit a53559eCopy full SHA for a53559e
injected/src/captured-globals.js
@@ -23,4 +23,4 @@ export const Promise = globalThis.Promise;
23
export const String = globalThis.String;
24
export const Map = globalThis.Map;
25
export const Error = globalThis.Error;
26
-export const randomUUID = globalThis.crypto?.randomUUID.bind(globalThis.crypto);
+export const randomUUID = globalThis.crypto?.randomUUID?.bind(globalThis.crypto);
0 commit comments