backendless 6.7.1-dev.1 → 6.7.1-dev.2

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.
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ********************************************************************************************************************
3
- * Backendless SDK for JavaScript. Version: 6.7.1-dev.1
3
+ * Backendless SDK for JavaScript. Version: 6.7.1-dev.2
4
4
  *
5
5
  * Copyright 2012-2023 BACKENDLESS.COM. All Rights Reserved.
6
6
  *
@@ -4721,7 +4721,7 @@ var FilesUtils = {
4721
4721
  return _regenerator["default"].wrap(function _callee$(_context) {
4722
4722
  while (1) switch (_context.prev = _context.next) {
4723
4723
  case 0:
4724
- if (!(typeof Blob !== 'undefined')) {
4724
+ if (!(typeof Blob !== 'undefined' && typeof FileReader !== 'undefined')) {
4725
4725
  _context.next = 3;
4726
4726
  break;
4727
4727
  }