Contents

Blob

Represents a binary large object of raw data.

Declaration

interface Blob

Overview

This class is provided for the Node.js platform and is a result for several methods in `PromisesApi`.

You can obtain data from `Blob` with the `arrayBuffer` or `text` methods.

Topics

Instance Properties

Instance Methods