Skip to content

routier-collection


routier-collection / plugins/blob/src / toBytes

Function: toBytes()

toBytes(content): Promise<Uint8Array<ArrayBufferLike>>

Defined in: plugins/blob/src/content.ts:34

Reads any supported content into bytes.

Parameters

content

FileContent

Returns

Promise<Uint8Array<ArrayBufferLike>>

Released under the MIT License.