Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • Blob
    • File

Index

Properties

lastModified: number
name: string
size: number
type: string
webkitRelativePath: string

Methods

  • arrayBuffer(): Promise<ArrayBuffer>
  • arrayBuffer(): Promise<ArrayBuffer>
  • Returns Promise<ArrayBuffer>

  • Returns Promise<ArrayBuffer>

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

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

    Returns Blob

  • Parameters

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

    Returns Blob

  • text(): Promise<string>
  • text(): Promise<string>
  • Returns Promise<string>

  • Returns Promise<string>

Generated using TypeDoc