Options
All
  • Public
  • Public/Protected
  • All
Menu

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?: number, end?: number, contentType?: string): Blob
  • Parameters

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

    Returns Blob

Generated using TypeDoc