Skip to main content

Interface: FileLike

types.FileLike

Hierarchy

Properties

name

name: string

Name of the file. May include path information.

Defined in

node_modules/@web3-storage/upload-client/dist/src/types.d.ts:173


stream

stream: () => ReadableStream<any>

Type declaration

▸ (): ReadableStream<any>

Returns a ReadableStream which yields the Blob data.

Returns

ReadableStream<any>

Inherited from

BlobLike.stream

Defined in

node_modules/@web3-storage/upload-client/dist/src/types.d.ts:167