|
@@ -46334,6 +46334,7 @@ function reinstantiateTiles() {
|
|
|
}
|
|
|
|
|
|
tiles = new _index.DebugTilesRenderer(url);
|
|
|
+ tiles.fetchOptions.mode = 'cors';
|
|
|
offsetParent.add(tiles.group);
|
|
|
}
|
|
|
|
|
@@ -46789,7 +46790,7 @@ var parent = module.bundle.parent;
|
|
|
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
|
|
|
var hostname = "" || location.hostname;
|
|
|
var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
|
|
|
- var ws = new WebSocket(protocol + '://' + hostname + ':' + "57609" + '/');
|
|
|
+ var ws = new WebSocket(protocol + '://' + hostname + ':' + "55398" + '/');
|
|
|
|
|
|
ws.onmessage = function (event) {
|
|
|
checkedAssets = {};
|