@xuda.io/runtime-bundle 1.0.846 → 1.0.848
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.
- package/js/xuda-runtime-bundle.js +12 -6
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-mini-bundle.js +1 -1
- package/js/xuda-runtime-mini-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +12 -6
- package/js/xuda-runtime-slim.min.es.js +12 -6
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +1 -1
- package/js/xuda-worker-bundle.js +1 -1
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -1134,7 +1134,7 @@ var SCREEN_BLOCKER_OBJ = {};
|
|
|
1134
1134
|
var IS_PROGRESS_SCREEN_OPEN = null;
|
|
1135
1135
|
// var UI_ENGINE_OBJ = null;
|
|
1136
1136
|
|
|
1137
|
-
var UI_WORKER_OBJ = { jobs: [], num: 9000 };
|
|
1137
|
+
var UI_WORKER_OBJ = { jobs: [], num: 9000, cache: {} };
|
|
1138
1138
|
|
|
1139
1139
|
glb.html5_events_handler = [
|
|
1140
1140
|
'onabort',
|
package/js/xuda-worker-bundle.js
CHANGED
|
@@ -1134,7 +1134,7 @@ var SCREEN_BLOCKER_OBJ = {};
|
|
|
1134
1134
|
var IS_PROGRESS_SCREEN_OPEN = null;
|
|
1135
1135
|
// var UI_ENGINE_OBJ = null;
|
|
1136
1136
|
|
|
1137
|
-
var UI_WORKER_OBJ = { jobs: [], num: 9000 };
|
|
1137
|
+
var UI_WORKER_OBJ = { jobs: [], num: 9000, cache: {} };
|
|
1138
1138
|
|
|
1139
1139
|
glb.html5_events_handler = [
|
|
1140
1140
|
'onabort',
|