function getAssetAsBlob
Jump to headinggetAssetAsBlob(key: AssetKey,options?: { type: string; },): Blob
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 Jump to heading
optional
Jump to headingoptions: { type: string; }
Return Type Jump to heading
Blob