Files
yaak-mountain-loop/packages
Gregory Schier cf25133dbb Simplify the worker connection
Drop the reconnect-and-retry loop. The one thing it recovered from — a
module worker missing connect events during a top-level-await import — is
fixed at the source by importing the wasm lazily, and it has not fired since.
A worker that stays silent past a generous timeout now shows a message
rather than being retried; a reload is the right remedy anyway. Pending
requests no longer keep copies for replay, and blob bodies are transferred.

Also correct the browser-support wording: every current browser, desktop
and mobile, has SharedWorker and Web Locks (Chrome for Android since 148),
so this is not a targeting decision — only browsers years out of date are
told they can't run Yaak.
2026-08-15 16:58:42 -07:00
..
2026-05-07 15:50:10 -07:00
2026-08-15 16:58:42 -07:00