diff options
Diffstat (limited to 'cli/js/web/body.ts')
-rw-r--r-- | cli/js/web/body.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/body.ts b/cli/js/web/body.ts index 7e398a535..472f3fda2 100644 --- a/cli/js/web/body.ts +++ b/cli/js/web/body.ts @@ -23,7 +23,7 @@ export type BodySource = | Blob | BufferSource | domTypes.FormData - | domTypes.URLSearchParams + | URLSearchParams | domTypes.ReadableStream | string; |