Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Blob

Package version

A file-like object of immutable, raw data. Blobs represent data that isn't necessarily in a JavaScript-native format. The File interface is based on Blob, inheriting blob functionality and expanding it to support files on the user's system.

Hierarchy

Index

Properties

Methods

Properties

size

size: number

type

type: string

Methods

slice

  • slice(start?: undefined | number, end?: undefined | number, contentType?: undefined | string): Blob
  • Parameters

    • Optional start: undefined | number
    • Optional end: undefined | number
    • Optional contentType: undefined | string

    Returns Blob

Generated using TypeDoc