Wrong Description for chrome.declarativeNetRequest.RuleCondition.tabIds
@types/chrome
MDN
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/declarativeNetRequest/RuleCondition#tabids
Chrome for Developers
https://developer.chrome.com/docs/extensions/reference/api/declarativeNetRequest?hl=en
|
/** |
|
* 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; |
Wrong Description for
chrome.declarativeNetRequest.RuleCondition.tabIds@types/chromeMDN
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/declarativeNetRequest/RuleCondition#tabids
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