@supraio/client-daemon-js 1.0.0-mzscreengeometry.447 → 1.0.0-mzscreengeometry.450

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/sdk.js CHANGED
@@ -20651,7 +20651,7 @@ async function initSamsungWasmTCP() {
20651
20651
  }
20652
20652
 
20653
20653
  // daemon/plain.ts
20654
- var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-mzscreengeometry.447";
20654
+ var DAEMON_JS_URL = "supra-client-daemon.js?v=1.0.0-mzscreengeometry.450";
20655
20655
  async function startPlainDaemon() {
20656
20656
  await initNaClTCP();
20657
20657
  await initSamsungWasmTCP();
@@ -20664,7 +20664,7 @@ async function startPlainDaemon() {
20664
20664
  }
20665
20665
 
20666
20666
  // daemon/wasm.ts
20667
- var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-mzscreengeometry.447";
20667
+ var DAEMON_WASM_URL = "supra-client-daemon.wasm?v=1.0.0-mzscreengeometry.450";
20668
20668
  async function startWasmDaemon() {
20669
20669
  await initNaClTCP();
20670
20670
  await initSamsungWasmTCP();
@@ -21046,7 +21046,7 @@ function getGoArgv2(binFile, options) {
21046
21046
  }
21047
21047
 
21048
21048
  // screen/plain.ts
21049
- var SCREEN_JS_URL = "supra-client-screen.js?v=1.0.0-mzscreengeometry.447";
21049
+ var SCREEN_JS_URL = "supra-client-screen.js?v=1.0.0-mzscreengeometry.450";
21050
21050
  async function startPlainScreen(options) {
21051
21051
  options = options != null ? options : parseQueryOptions();
21052
21052
  initNaCLDecoder(options);
@@ -21062,7 +21062,7 @@ async function startPlainScreen(options) {
21062
21062
  await new Promise((resolve) => {
21063
21063
  const interval = setInterval(() => {
21064
21064
  var _a;
21065
- if (((_a = window.__supra) == null ? void 0 : _a.screenStopped) === true) {
21065
+ if (((_a = window.__supra) == null ? void 0 : _a.screenStopCompleted) === true) {
21066
21066
  clearInterval(interval);
21067
21067
  resolve();
21068
21068
  }
@@ -21084,7 +21084,7 @@ async function createH264Decoder() {
21084
21084
  }
21085
21085
 
21086
21086
  // screen/wasm.ts
21087
- var SCREEN_WASM_URL = "supra-client-screen.wasm?v=1.0.0-mzscreengeometry.447";
21087
+ var SCREEN_WASM_URL = "supra-client-screen.wasm?v=1.0.0-mzscreengeometry.450";
21088
21088
  async function startWasmScreen(options) {
21089
21089
  options = options != null ? options : parseQueryOptions();
21090
21090
  initWorkerFrameConnection(options.netInWorker === true);