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.
allFrames
1 parent 722eff1 commit db60e79Copy full SHA for db60e79
docs/guide/directory-structure/entrypoints/content-scripts.md
@@ -24,7 +24,7 @@ export default defineContentScript({
24
excludeMatches: undefined | [],
25
includeGlobs: undefined | [],
26
excludeGlobs: undefined | [],
27
- allFrames: undefined | [],
+ allFrames: undefined | true | false,
28
runAt: undefined | 'document_start' | 'document_end' | 'document_idle',
29
matchAboutBlank: undefined | true | false,
30
matchOriginAsFallback: undefined | true | false,
0 commit comments