Skip to content

Commit

Permalink
docs: Correct the type example of allFrames (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
renxinyan authored Sep 22, 2024
1 parent 722eff1 commit db60e79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineContentScript({
excludeMatches: undefined | [],
includeGlobs: undefined | [],
excludeGlobs: undefined | [],
allFrames: undefined | [],
allFrames: undefined | true | false,
runAt: undefined | 'document_start' | 'document_end' | 'document_idle',
matchAboutBlank: undefined | true | false,
matchOriginAsFallback: undefined | true | false,
Expand Down

0 comments on commit db60e79

Please sign in to comment.