We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Document
HTMLDocument
1 parent 821011a commit 84fec3eCopy full SHA for 84fec3e
packages/chrome-extension/src/detector.ts
@@ -80,6 +80,6 @@ function detect(win: Window) {
80
}, 100)
81
}
82
83
-if (document instanceof HTMLDocument) {
+if (document instanceof Document) {
84
detect(window)
85
packages/firefox-extension/src/detector.ts
packages/firefox-extension/src/injection.ts
@@ -1,4 +1,4 @@
1
2
const content = chrome.runtime.getURL('dist/prepare.js')
3
const script = document.createElement('script')
4
script.src = content
0 commit comments