@everymatrix/casino-tournaments-limited-controller 1.38.0 → 1.39.0
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.
@@ -1146,6 +1146,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
|
|
1146
1146
|
|
1147
1147
|
Response.error = function() {
|
1148
1148
|
var response = new Response(null, {status: 200, statusText: ''});
|
1149
|
+
response.ok = false;
|
1149
1150
|
response.status = 0;
|
1150
1151
|
response.type = 'error';
|
1151
1152
|
return response
|
@@ -1196,7 +1197,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
|
|
1196
1197
|
};
|
1197
1198
|
// This check if specifically for when a user fetches a file locally from the file system
|
1198
1199
|
// Only if the status is out of a normal range
|
1199
|
-
if (request.url.
|
1200
|
+
if (request.url.indexOf('file://') === 0 && (xhr.status < 200 || xhr.status > 599)) {
|
1200
1201
|
options.status = 200;
|
1201
1202
|
} else {
|
1202
1203
|
options.status = xhr.status;
|
@@ -1330,7 +1331,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
|
|
1330
1331
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
1331
1332
|
PERFORMANCE OF THIS SOFTWARE.
|
1332
1333
|
***************************************************************************** */
|
1333
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
1334
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
1334
1335
|
|
1335
1336
|
var extendStatics$1 = function(d, b) {
|
1336
1337
|
extendStatics$1 = Object.setPrototypeOf ||
|
@@ -2387,7 +2388,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICA
|
|
2387
2388
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
2388
2389
|
PERFORMANCE OF THIS SOFTWARE.
|
2389
2390
|
***************************************************************************** */
|
2390
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
2391
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
2391
2392
|
|
2392
2393
|
var extendStatics = function(d, b) {
|
2393
2394
|
extendStatics = Object.setPrototypeOf ||
|