@supraio/client-daemon-js 0.0.0-master.308 → 0.0.0-master.314
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 +3 -3
- package/daemon.js.map +2 -2
- package/go/go.d.ts +1 -1
- package/package.json +1 -1
- package/screen.html +1 -1
- package/screen.js +2 -2
- package/screen.js.map +1 -1
- package/sdk.js +5 -5
- package/sdk.js.map +2 -2
- package/supra-client-daemon.js +7367 -6891
- package/supra-client-daemon.js.map +1 -1
- package/supra-client-daemon.wasm +0 -0
- package/supra-client-screen.js +6949 -5357
- package/supra-client-screen.js.map +1 -1
- package/supra-client-screen.wasm +0 -0
package/go/go.d.ts
CHANGED
package/package.json
CHANGED
package/screen.html
CHANGED
package/screen.js
CHANGED
|
@@ -18124,7 +18124,7 @@
|
|
|
18124
18124
|
}
|
|
18125
18125
|
|
|
18126
18126
|
// screen/plain.ts
|
|
18127
|
-
var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-master.
|
|
18127
|
+
var SCREEN_JS_URL = "supra-client-screen.js?v=0.0.0-master.314";
|
|
18128
18128
|
async function startPlainScreen(options) {
|
|
18129
18129
|
options = options != null ? options : parseQueryOptions();
|
|
18130
18130
|
initNaCLDecoder();
|
|
@@ -18150,7 +18150,7 @@
|
|
|
18150
18150
|
}
|
|
18151
18151
|
|
|
18152
18152
|
// screen/wasm.ts
|
|
18153
|
-
var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-master.
|
|
18153
|
+
var SCREEN_WASM_URL = "supra-client-screen.wasm?v=0.0.0-master.314";
|
|
18154
18154
|
async function startWasmScreen(options) {
|
|
18155
18155
|
options = options != null ? options : parseQueryOptions();
|
|
18156
18156
|
await initH264Decoder();
|