Skip to content

Commit 1fa7ce9

Browse files
Update API reports
1 parent 3013b33 commit 1fa7ce9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

common/api-review/storage.api.md

-3
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ export function getMetadata(ref: StorageReference): Promise<FullMetadata>;
127127
// @public
128128
export function getStorage(app?: FirebaseApp, bucketUrl?: string): FirebaseStorage;
129129

130-
// @public
131-
export function getStream(ref: StorageReference, maxDownloadSizeBytes?: number): NodeJS.ReadableStream;
132-
133130
// Warning: (ae-forgotten-export) The symbol "StorageError" needs to be exported by the entry point index.d.ts
134131
//
135132
// @internal (undocumented)

0 commit comments

Comments
 (0)