Represents the possible content types that can be written to a file asynchronously. Includes BufferSource (ArrayBuffer or TypedArray), Blob, string, or a binary ReadableStream.
BufferSource
Blob
string
ReadableStream
Represents the possible content types that can be written to a file asynchronously. Includes
BufferSource(ArrayBuffer or TypedArray),Blob,string, or a binaryReadableStream.