Explorar o código

Fix edge support

Garrett Johnson %!s(int64=5) %!d(string=hai) anos
pai
achega
f4b5301c3e

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1780 - 1466
example/bundle/customMaterial.dd39ecee.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 1
example/bundle/customMaterial.dd39ecee.js.map


+ 1 - 1
example/bundle/customMaterial.js

@@ -212,7 +212,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 + ':' + "50060" + '/');
+  var ws = new WebSocket(protocol + '://' + hostname + ':' + "61723" + '/');
 
   ws.onmessage = function (event) {
     checkedAssets = {};

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 1
example/bundle/customMaterial.js.map


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1814 - 1428
example/bundle/example.e31bb0bc.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 1
example/bundle/example.e31bb0bc.js.map


+ 1 - 1
example/bundle/index.js

@@ -212,7 +212,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 + ':' + "50060" + '/');
+  var ws = new WebSocket(protocol + '://' + hostname + ':' + "61723" + '/');
 
   ws.onmessage = function (event) {
     checkedAssets = {};

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 1
example/bundle/index.js.map


+ 0 - 3
package.json

@@ -20,9 +20,6 @@
     "lint": "eslint src/**.js && tsc -p tsconfig.json --noEmit",
     "test": "jest"
   },
-  "browserslist": [
-    "last 1 Chrome versions"
-  ],
   "repository": {
     "type": "git",
     "url": "git@github.jpl.nasa.gov:gkjohnso/3d-tiles-renderer-js.git"