Represents the possible content types that can be written to a file synchronously. Excludes Blob (requires async read) and ReadableStream (inherently async).
Blob
ReadableStream
Represents the possible content types that can be written to a file synchronously. Excludes
Blob(requires async read) andReadableStream(inherently async).