Skip to main content
function getAssetAsBlob
getAssetAsBlob(
key: AssetKey,
options?: { type: string; },
): Blob
Deprecated

Deno compatibility

This symbol is not supported.

Similar to sea.getAsset(), but returns the result in a Blob. An error is thrown when no matching asset can be found.

Parameters

optional
options: { type: string; }

Return Type

Blob
Back to top