Bläddra i källkod

fix undefined value

Gildas 4 år sedan
förälder
incheckning
5c44768da1
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      lib/single-file/processors/hooks/content/content-hooks-frames.js

+ 1 - 0
lib/single-file/processors/hooks/content/content-hooks-frames.js

@@ -134,6 +134,7 @@ function injectedScript() {
 	if (typeof globalThis == "undefined") {
 		window.globalThis = window;
 	}
+	const document = globalThis.document;
 	const console = globalThis.console;
 	const dispatchEvent = event => globalThis.dispatchEvent(event);
 	const CustomEvent = globalThis.CustomEvent;