Module: utils/files/createBlob

Methods

(static) createBlob(options) → {module:buffer.Blob}

Creates a new Blob. By default, it creates an empty text Blob.

Parameters:
Name Type Description
options object
Properties
Name Type Attributes Description
data string <nullable>

the keyword representing archetype content of related file type

type string <nullable>

the mimetype definition

endings string <nullable>

the endings config (see MDN link)

Source:
See:
Returns:
Type
module:buffer.Blob