瀏覽代碼

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

Gildas 1 年之前
父節點
當前提交
198bf14069
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;
 	}