Home > @lukso/data-provider-base > getBlob
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