summaryrefslogtreecommitdiff
path: root/cli/js/web/fetch.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/web/fetch.ts')
-rw-r--r--cli/js/web/fetch.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/fetch.ts b/cli/js/web/fetch.ts
index ec75d67cb..a56ebe772 100644
--- a/cli/js/web/fetch.ts
+++ b/cli/js/web/fetch.ts
@@ -282,7 +282,7 @@ export async function fetch(
method = input.method;
headers = input.headers;
- //@ts-ignore
+ //@ts-expect-error
if (input._bodySource) {
body = new DataView(await input.arrayBuffer());
}