@supraio/client-daemon-js 1.0.0-tsfixstreamgeometrypanic.474 → 1.0.0-tsfixstreamgeometrypanic.475
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/daemon.html +1 -1
- package/daemon.js +2 -2
- package/package.json +1 -1
- package/screen.html +1 -1
- package/screen.js +2 -2
- package/sdk.js +4 -4
package/daemon.html
CHANGED
package/daemon.js
CHANGED
|
@@ -20787,7 +20787,7 @@
|
|
|
20787
20787
|
}
|
|
20788
20788
|
|
|
20789
20789
|
// daemon/plain.ts
|
|
20790
|
-
var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-tsfixstreamgeometrypanic.
|
|
20790
|
+
var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-tsfixstreamgeometrypanic.475";
|
|
20791
20791
|
async function startPlainDaemon() {
|
|
20792
20792
|
await initNaClTCP();
|
|
20793
20793
|
await initSamsungWasmTCP();
|
|
@@ -20800,7 +20800,7 @@
|
|
|
20800
20800
|
}
|
|
20801
20801
|
|
|
20802
20802
|
// daemon/wasm.ts
|
|
20803
|
-
var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-tsfixstreamgeometrypanic.
|
|
20803
|
+
var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-tsfixstreamgeometrypanic.475";
|
|
20804
20804
|
async function startWasmDaemon() {
|
|
20805
20805
|
await initNaClTCP();
|
|
20806
20806
|
await initSamsungWasmTCP();
|
package/package.json
CHANGED
package/screen.html
CHANGED
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
<link rel="stylesheet" href="screen.css"></link>
|
|
6
6
|
</head>
|
|
7
7
|
<body>
|
|
8
|
-
<script type="text/javascript" src="screen.js?v=1.0.0-tsfixstreamgeometrypanic.
|
|
8
|
+
<script type="text/javascript" src="screen.js?v=1.0.0-tsfixstreamgeometrypanic.475"></script>
|
|
9
9
|
</body>
|
|
10
10
|
</html>
|
package/screen.js
CHANGED
|
@@ -21351,7 +21351,7 @@ self.onmessage = function(event) {
|
|
|
21351
21351
|
}
|
|
21352
21352
|
|
|
21353
21353
|
// screen/plain.ts
|
|
21354
|
-
var SCREEN_JS_URL = "supra-client-screen.js?v=1.0.0-tsfixstreamgeometrypanic.
|
|
21354
|
+
var SCREEN_JS_URL = "supra-client-screen.js?v=1.0.0-tsfixstreamgeometrypanic.475";
|
|
21355
21355
|
async function startPlainScreen(options) {
|
|
21356
21356
|
console.log("[Supra screen plain] initialization begin");
|
|
21357
21357
|
options = options != null ? options : parseQueryOptions();
|
|
@@ -21394,7 +21394,7 @@ self.onmessage = function(event) {
|
|
|
21394
21394
|
}
|
|
21395
21395
|
|
|
21396
21396
|
// screen/wasm.ts
|
|
21397
|
-
var SCREEN_WASM_URL = "supra-client-screen.wasm?v=1.0.0-tsfixstreamgeometrypanic.
|
|
21397
|
+
var SCREEN_WASM_URL = "supra-client-screen.wasm?v=1.0.0-tsfixstreamgeometrypanic.475";
|
|
21398
21398
|
async function initializePhase(name, initialize) {
|
|
21399
21399
|
const startedAt = Date.now();
|
|
21400
21400
|
console.log(`[Supra screen WASM] ${name} begin`);
|
package/sdk.js
CHANGED
|
@@ -20956,7 +20956,7 @@ async function initSamsungWasmTCP() {
|
|
|
20956
20956
|
}
|
|
20957
20957
|
|
|
20958
20958
|
// daemon/plain.ts
|
|
20959
|
-
var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-tsfixstreamgeometrypanic.
|
|
20959
|
+
var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-tsfixstreamgeometrypanic.475";
|
|
20960
20960
|
async function startPlainDaemon() {
|
|
20961
20961
|
await initNaClTCP();
|
|
20962
20962
|
await initSamsungWasmTCP();
|
|
@@ -20969,7 +20969,7 @@ async function startPlainDaemon() {
|
|
|
20969
20969
|
}
|
|
20970
20970
|
|
|
20971
20971
|
// daemon/wasm.ts
|
|
20972
|
-
var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-tsfixstreamgeometrypanic.
|
|
20972
|
+
var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-tsfixstreamgeometrypanic.475";
|
|
20973
20973
|
async function startWasmDaemon() {
|
|
20974
20974
|
await initNaClTCP();
|
|
20975
20975
|
await initSamsungWasmTCP();
|
|
@@ -21393,7 +21393,7 @@ function getGoArgv2(binFile, options) {
|
|
|
21393
21393
|
}
|
|
21394
21394
|
|
|
21395
21395
|
// screen/plain.ts
|
|
21396
|
-
var SCREEN_JS_URL = "supra-client-screen.js?v=1.0.0-tsfixstreamgeometrypanic.
|
|
21396
|
+
var SCREEN_JS_URL = "supra-client-screen.js?v=1.0.0-tsfixstreamgeometrypanic.475";
|
|
21397
21397
|
async function startPlainScreen(options) {
|
|
21398
21398
|
console.log("[Supra screen plain] initialization begin");
|
|
21399
21399
|
options = options != null ? options : parseQueryOptions();
|
|
@@ -21436,7 +21436,7 @@ async function createH264Decoder() {
|
|
|
21436
21436
|
}
|
|
21437
21437
|
|
|
21438
21438
|
// screen/wasm.ts
|
|
21439
|
-
var SCREEN_WASM_URL = "supra-client-screen.wasm?v=1.0.0-tsfixstreamgeometrypanic.
|
|
21439
|
+
var SCREEN_WASM_URL = "supra-client-screen.wasm?v=1.0.0-tsfixstreamgeometrypanic.475";
|
|
21440
21440
|
async function initializePhase(name, initialize) {
|
|
21441
21441
|
const startedAt = Date.now();
|
|
21442
21442
|
console.log(`[Supra screen WASM] ${name} begin`);
|