File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717
18- import { StorageReference } from " ./public-types" ;
18+ import { StorageReference } from ' ./public-types' ;
1919
2020/**
2121 * Downloads the data at the object's location. Returns an error if the object
@@ -38,7 +38,7 @@ function getBlob(
3838 ref : StorageReference ,
3939 maxDownloadSizeBytes ?: number
4040) : Promise < Blob > {
41- throw new Error ( " Not implemented" ) ;
41+ throw new Error ( ' Not implemented' ) ;
4242}
4343
4444/**
@@ -58,7 +58,7 @@ function getStream(
5858 ref : StorageReference ,
5959 maxDownloadSizeBytes ?: number
6060) : NodeJS . ReadableStream {
61- throw new Error ( " getStream() is only supported by NodeJS builds" ) ;
61+ throw new Error ( ' getStream() is only supported by NodeJS builds' ) ;
6262}
6363
6464// TODO(getbytes): Export getBlob/getStream
Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717
18- import { StorageReference } from " ./public-types" ;
18+ import { StorageReference } from ' ./public-types' ;
1919
2020/**
2121 * Downloads the data at the object's location. Returns an error if the object
@@ -38,7 +38,7 @@ function getBlob(
3838 ref : StorageReference ,
3939 maxDownloadSizeBytes ?: number
4040) : Promise < Blob > {
41- throw new Error ( " getBlob() is only available in Browser-like environments" ) ;
41+ throw new Error ( ' getBlob() is only available in Browser-like environments' ) ;
4242}
4343
4444/**
@@ -58,7 +58,7 @@ function getStream(
5858 ref : StorageReference ,
5959 maxDownloadSizeBytes ?: number
6060) : NodeJS . ReadableStream {
61- throw new Error ( " Not implemented" ) ;
61+ throw new Error ( ' Not implemented' ) ;
6262}
6363
6464// TODO(getbytes): Export getBlob/getStream
You can’t perform that action at this time.
0 commit comments