We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dfa465 commit 59095baCopy full SHA for 59095ba
1 file changed
packages/chrome-extension-mock/declarativ_net_request.ts
@@ -47,6 +47,7 @@ export default class DeclarativeNetRequest {
47
callback = arg2;
48
}
49
if (typeof arg1 === "object" && arg1) options = arg1;
50
+
51
return new Promise<void>((resolve) => {
52
const { addRules = [], removeRuleIds = [] } = options;
53
0 commit comments