소스 검색

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;
 	}