Interface: FileLike
types.FileLike
Hierarchy
↳
FileLike
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
Defined in
node_modules/@web3-storage/upload-client/dist/src/types.d.ts:167