Options
All
  • Public
  • Public/Protected
  • All
Menu

Provides information about files and allows JavaScript in a web page to access their content.

Hierarchy

Index

Properties

Methods

Properties

Blob

Blob: object

Type declaration

lastModified

lastModified: number

name

name: string

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