You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* in some exotic setups (suite-web where iframe is embedded locally), you might need to tell connect where it should search for sessions background shared-worker
26
26
*/
27
-
_sessionsBackgroundUrl?: string;
27
+
_sessionsBackgroundUrl?: null|string;
28
28
// URL for binary files such as firmware, may be local or remote
29
29
binFilesBaseUrl?: string;
30
30
// enable firmware hash check automatically when device connects. Requires binFilesBaseUrl to be set.
// this way, for local development you will get http://localhost:8000/static/connect/workers/sessions-background-sharedworker.js which is still the not-shared shared-worker
114
-
// meaning that testing it together with connect-explorer dev build (http://localhost:8088/workers/sessions-background-sharedworker.js) will not work locally.
115
-
// in production however, suite and connect are served from the same domain (trezor.io, sldev.cz) so it will work as expected.
0 commit comments