Procházet zdrojové kódy

fix "can't access property "length", this.options.worklets is undefined" error (fix #1558)

Gildas před 1 rokem
rodič
revize
198bf14069
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/core/content/content.js

+ 1 - 0
src/core/content/content.js

@@ -332,6 +332,7 @@ async function processPage(options) {
 		options.usedFonts = selectedFrame.usedFonts;
 		options.shadowRoots = selectedFrame.shadowRoots;
 		options.adoptedStyleSheets = selectedFrame.adoptedStyleSheets;
+		options.worklets = selectedFrame.worklets;
 	} else {
 		options.doc = document;
 	}