@supraio/client-daemon-js 0.0.0-mznacl.274 → 0.0.0-mznacl.276
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 -3
- package/screen.js.map +2 -2
- package/sdk.js +4 -5
- package/sdk.js.map +2 -2
package/sdk.js
CHANGED
|
@@ -18047,7 +18047,7 @@ async function initGoEnvironment() {
|
|
|
18047
18047
|
}
|
|
18048
18048
|
|
|
18049
18049
|
// daemon/plain.ts
|
|
18050
|
-
var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mznacl.
|
|
18050
|
+
var DAEMON_JS_URL = "supra-client-daemon.js?v=0.0.0-mznacl.276";
|
|
18051
18051
|
async function startPlainDaemon() {
|
|
18052
18052
|
const fs = await initBrowserFS();
|
|
18053
18053
|
window.fs = fs;
|
|
@@ -18058,7 +18058,7 @@ async function startPlainDaemon() {
|
|
|
18058
18058
|
}
|
|
18059
18059
|
|
|
18060
18060
|
// daemon/wasm.ts
|
|
18061
|
-
var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mznacl.
|
|
18061
|
+
var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=0.0.0-mznacl.276";
|
|
18062
18062
|
async function startWasmDaemon() {
|
|
18063
18063
|
await initGoEnvironment();
|
|
18064
18064
|
await startGoDaemon();
|
|
@@ -18127,7 +18127,7 @@ function getGoArgv2(binFile, options) {
|
|
|
18127
18127
|
}
|
|
18128
18128
|
|
|
18129
18129
|
// screen/plain.ts
|
|
18130
|
-
var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mznacl.
|
|
18130
|
+
var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-mznacl.276";
|
|
18131
18131
|
async function startPlainScreen(options) {
|
|
18132
18132
|
options = options != null ? options : parseQueryOptions();
|
|
18133
18133
|
initNaCLDecoder();
|
|
@@ -18141,7 +18141,6 @@ async function startPlainScreen(options) {
|
|
|
18141
18141
|
|
|
18142
18142
|
// screen/h264decoder.ts
|
|
18143
18143
|
async function initH264Decoder() {
|
|
18144
|
-
await injectScript("h264decoder.js");
|
|
18145
18144
|
window.h264Decoder = await createH264Decoder();
|
|
18146
18145
|
}
|
|
18147
18146
|
|
|
@@ -18186,7 +18185,7 @@ async function createH264Decoder() {
|
|
|
18186
18185
|
}
|
|
18187
18186
|
|
|
18188
18187
|
// screen/wasm.ts
|
|
18189
|
-
var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mznacl.
|
|
18188
|
+
var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-mznacl.276";
|
|
18190
18189
|
async function startWasmScreen(options) {
|
|
18191
18190
|
options = options != null ? options : parseQueryOptions();
|
|
18192
18191
|
await initH264Decoder();
|