@firebase/storage 0.9.13 → 0.9.14-canary.09dfc3aac

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1079,6 +1079,9 @@ function base64Bytes_(format, value) {
1079
1079
  bytes = decodeBase64(value);
1080
1080
  }
1081
1081
  catch (e) {
1082
+ if (e.message.includes('polyfill')) {
1083
+ throw e;
1084
+ }
1082
1085
  throw invalidFormat(format, 'Invalid character found');
1083
1086
  }
1084
1087
  const array = new Uint8Array(bytes.length);
@@ -3352,7 +3355,7 @@ class FirebaseStorageImpl {
3352
3355
  }
3353
3356
 
3354
3357
  const name = "@firebase/storage";
3355
- const version = "0.9.13";
3358
+ const version = "0.9.14-canary.09dfc3aac";
3356
3359
 
3357
3360
  /**
3358
3361
  * @license