Skip to main content
You can construct a Blob from an array of “chunks”, where each chunk is a string, binary data structure, or another Blob.

By default the type of the resulting Blob is unset. Set it with the type option.

See Binary Data.