LazyBlobOptions

View Source

Summary

Options for creating a LazyBlob.

Signature

interface LazyBlobOptions {
  range?: ByteRange;
  type?: string;
}

Properties

range

The range of bytes to include from the content. If not specified, all content is included.

type

The MIME type of the content.

MDN Reference