Skip to content

Commit 1ca0b9a

Browse files
author
Guy Bedford
committed
fixup
1 parent 6a48062 commit 1ca0b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/globals/Request/Request.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ new Request(input, options)
3737
- : Any headers you want to add to your request, contained
3838
within a `Headers` object or an object literal with `String` values.
3939
- `body`
40-
- : Any body that you want to add to your request: this can be an `ArrayBuffer`, a `TypedArray`, a `DataView`, a `URLSearchParams`, string object or literal, or a `ReadableStream` object.
40+
- : Any body that you want to add to your request: this can be an `ArrayBuffer`, a `TypedArray`, a `DataView`, a `URLSearchParams`, string object or literal, a `ReadableStream` object, a [`Blob`](../../globals/Blob/Blob.mdx) object, or a [`FormData`](../../globals/FormData/FormData.mdx) object.
4141
- `backend` _**Fastly-specific**_
4242
- `cacheOverride` _**Fastly-specific**_, see [`CacheOverride`](../../fastly:cache-override/CacheOverride/CacheOverride.mdx).
4343
- `cacheKey` _**Fastly-specific**_

0 commit comments

Comments
 (0)