Skip to content

Wrong Description for chrome.declarativeNetRequest.RuleCondition.tabIds #73946

@cyfung1031

Description

@cyfung1031

Wrong Description for chrome.declarativeNetRequest.RuleCondition.tabIds

@types/chrome

Image Image

MDN

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/declarativeNetRequest/RuleCondition#tabids

Image

Chrome for Developers

https://developer.chrome.com/docs/extensions/reference/api/declarativeNetRequest?hl=en

Image

/**
* 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions