lumbda/wasm/repl
russell@unturf.com 0b711abd61
repl: re-entry guard on setActiveTab to prevent overlapping pause/resume
Rapid tab clicks could fire setActiveTab a second time before the
previous autoPause + autoResume cycle finished, so two concurrent
flows would race on the same outgoing tab — second one snapshotting
torn state. state.switching short-circuits re-entry; the user clicks
again once the active tab settles.
2026-06-15 11:25:03 -04:00
..
crypto.js repl: /repl/ page with encrypted multi-tab sessions 2026-06-14 12:50:35 -04:00
index.html repl: ⏸ pause button — manual snapshot mid-eval without leaving the tab 2026-06-15 11:20:57 -04:00
repl.css repl: ⏸ pause button — manual snapshot mid-eval without leaving the tab 2026-06-15 11:20:57 -04:00
repl.js repl: re-entry guard on setActiveTab to prevent overlapping pause/resume 2026-06-15 11:25:03 -04:00