Properties
Readonly size
size: number
Defined in node_modules/aegir/node_modules/typescript/lib/lib.dom.d.ts:2420
Readonly type
type: string
Defined in node_modules/aegir/node_modules/typescript/lib/lib.dom.d.ts:2421
Methods
arrayBuffer
Defined in node_modules/aegir/node_modules/typescript/lib/lib.dom.d.ts:2422
Defined in node_modules/@types/node/stream/consumers.d.ts:9
slice
slice( start?: number , end?: number , contentType?: string ) : Blob
slice( start?: number , end?: number , contentType?: string ) : Blob
Defined in node_modules/aegir/node_modules/typescript/lib/lib.dom.d.ts:2423
Parameters
Optional start: number
Optional end: number
Optional contentType: string
Defined in node_modules/@types/node/stream/consumers.d.ts:10
Parameters
Optional start: number
Optional end: number
Optional contentType: string
stream
Defined in node_modules/aegir/node_modules/typescript/lib/lib.dom.d.ts:2424
Defined in node_modules/@types/node/stream/consumers.d.ts:11
text
Defined in node_modules/aegir/node_modules/typescript/lib/lib.dom.d.ts:2425
Returns Promise < string >
Defined in node_modules/@types/node/stream/consumers.d.ts:12
Returns Promise < string >
Legend
Variable
Function
Type alias
Interface
Interface with type parameter
Class
Class with type parameter
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.