We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507c89c commit bd6b8bdCopy full SHA for bd6b8bd
src/LiveComponent/assets/src/Backend/BackendResponse.ts
@@ -13,4 +13,8 @@ export default class {
13
14
return this.body;
15
}
16
+
17
+ async getBlob(): Promise<Blob> {
18
+ return await this.response.blob();
19
+ }
20
0 commit comments