deno / 1.23.2 / ~ / bodyinit.html /

BodyInit

type BodyInit =
| Blob
| ReadableStream<Uint8Array>
| string;

Type

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/BodyInit