aboutsummaryrefslogtreecommitdiff
path: root/ext/js/background/request-builder.js
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2023-08-19 18:38:34 +0900
committerGitHub <noreply@github.com>2023-08-19 18:38:34 +0900
commita00a56c429347d872bfd6fe1597e6f8991cf7217 (patch)
treeec0342d9c48382b3457df0cfa4bfa5b485980f40 /ext/js/background/request-builder.js
parenta59d0c8db30e852c901dfd1f35187ec2395bf464 (diff)
parent07333a2807fc23875a3ffa34f97ea0ff1e44d3d6 (diff)
Merge pull request #209 from praschke/firefox-fixes
Firefox fixes
Diffstat (limited to 'ext/js/background/request-builder.js')
-rw-r--r--ext/js/background/request-builder.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/js/background/request-builder.js b/ext/js/background/request-builder.js
index eca7d0d3..663e242b 100644
--- a/ext/js/background/request-builder.js
+++ b/ext/js/background/request-builder.js
@@ -54,7 +54,6 @@ class RequestBuilder {
* @returns {Promise<Response>} The response of the `fetch` call.
*/
async fetchAnonymous(url, init) {
- fetch(1, 2);
if (isObject(chrome.declarativeNetRequest)) {
return await this._fetchAnonymousDeclarative(url, init);
}