Gildas 5 년 전
부모
커밋
9ca7540bcc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/single-file/processors/hooks/content/content-hooks-frames-web.js

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

@@ -296,6 +296,7 @@
 			observers.set(intersectionObserver, { callback, options });
 			return intersectionObserver;
 		};
+		window.IntersectionObserver.prototype = IntersectionObserver.prototype;
 		window.IntersectionObserver.toString = function () { return "function IntersectionObserver() { [native code] }"; };
 	}