tools-data-providers

Home > @lukso/data-provider-base > getFile

getFile() function

Return the file implementation in a way that works in node and browser

Signature:

declare function getFile(): Promise<typeof File>;

Returns:

Promise<typeof File>

The Blob implementation