summaryrefslogtreecommitdiff
path: root/extensions/fetch/21_formdata.js
diff options
context:
space:
mode:
authorYusuke Tanaka <yusuktan@maguro.dev>2021-05-19 00:24:01 +0900
committerBert Belder <bertbelder@gmail.com>2021-05-31 16:37:28 +0200
commit22426fee1ee37149175a564c6102a6a3ca99fb42 (patch)
tree462d8cd82bbcebdb665733ad9f4d0a32b0439d0e /extensions/fetch/21_formdata.js
parentd987ca5b0767d75b59b7c6c16840b164a4c786c4 (diff)
chore: update deno_lint binary used in CI to v0.5.0 (#10652)
Diffstat (limited to 'extensions/fetch/21_formdata.js')
-rw-r--r--extensions/fetch/21_formdata.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/fetch/21_formdata.js b/extensions/fetch/21_formdata.js
index c50cf4cf7..379d5eca1 100644
--- a/extensions/fetch/21_formdata.js
+++ b/extensions/fetch/21_formdata.js
@@ -11,7 +11,7 @@
/// <reference lib="esnext" />
"use strict";
-((window) => {
+((_window) => {
const webidl = globalThis.__bootstrap.webidl;
const { Blob, File, _byteSequence } = globalThis.__bootstrap.file;