tools-data-providers

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

getBlob() function

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

Signature:

declare function getBlob(): Promise<typeof Blob>;

Returns:

Promise<typeof Blob>

The Blob implementation