maxNumberOfUnsafeDynamicRules property

int get maxNumberOfUnsafeDynamicRules

The maximum number of "unsafe" dynamic rules that an extension can add.

Implementation

int get maxNumberOfUnsafeDynamicRules =>
    $js.chrome.declarativeNetRequest.MAX_NUMBER_OF_UNSAFE_DYNAMIC_RULES;