Skip to content

Commit ee67537

Browse files
Update API reports
1 parent 8ed5fb4 commit ee67537

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common/api-review/storage.api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ export interface FullMetadata extends UploadMetadata {
6565
updated: string;
6666
}
6767

68+
// @public
69+
export function getBlob(ref: StorageReference): Promise<Blob>;
70+
6871
// @public
6972
export function getBytes(ref: StorageReference): Promise<ArrayBuffer>;
7073

0 commit comments

Comments
 (0)