declarativeNetRequest.getDisabledRuleIds

Returns the IDs of the disabled rules in a static ruleset. The number of disabled rules in a ruleset is limited to the value of MAX_NUMBER_OF_DISABLED_STATIC_RULES.

Syntax

js
let ruleIds = await browser.declarativeNetRequest.getDisabledRuleIds(
    options                // object
);

Parameters

options

An object containing details of the ruleset to return disabled rules for.

rulesetId

string The ID of the static ruleset to query.

Return value

A Promise fulfilled with an array of static rules IDs or an empty array if there are no disabled rules. If the request fails, the promise is rejected with an error message.

Browser compatibility

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Firefox for Android
Safari on iOS
getDisabledRuleIds

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
No support
No support