-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Closed
Description
Wrong Description for chrome.declarativeNetRequest.RuleCondition.tabIds
@types/chrome
MDN
Chrome for Developers
https://developer.chrome.com/docs/extensions/reference/api/declarativeNetRequest?hl=en
DefinitelyTyped/types/chrome/index.d.ts
Lines 13789 to 13795 in 5113b30
| /** | |
| * List of {@link tabs.Tab.id} which the rule should not 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 | |
| */ | |
| tabIds?: number[] | undefined; |
Metadata
Metadata
Assignees
Labels
No labels