diff options
author | Yusuke Tanaka <yusuktan@maguro.dev> | 2021-05-19 00:24:01 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 17:24:01 +0200 |
commit | cda09c166fd075590c1f8dd313d4f57a560ecbd8 (patch) | |
tree | 96cd94b36cc0b357f6d98964f3c46ad5a31391f7 /extensions/fetch/21_formdata.js | |
parent | 21d62b9b9ed7b4cd375a2815bdd9d8ccaa85e537 (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.js | 2 |
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; |