Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion types/chrome/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13787,7 +13787,7 @@ declare namespace chrome {
requestMethods?: `${RequestMethod}`[] | undefined;

/**
* List of {@link tabs.Tab.id} which the rule should not match.
* List of {@link tabs.Tab.id} which the rule should match.
* An ID of {@link tabs.TAB_ID_NONE} matches requests which don't originate from a tab.
* An empty list is not allowed. Only supported for session-scoped rules.
* @since Chrome 92
Expand Down