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
Added TraceKernel browser project support for overlapping terminal commands so background server jobs can stay running while later curl, npm, or diagnostic commands execute.
Added terminal job launch output for background commands, printing the TraceKernel PID that can be used with kill, wait, jobs -l, and /proc/<pid>.
Added browser Node builtin support for assert, assert/strict, events, util, stream, timers/promises, crypto random helpers, process, and their node: aliases.
Fixed
Fixed browser HTTP listener ownership for worker-backed JavaScript project commands so delayed http.createServer(...).listen(...) calls remain attached to the command process that created them.
Fixed browser project scheduling so the browser AsyncLocalStorage shim no longer forces TraceKernel command concurrency down to one command.
Honored process.exitCode in browser Node project commands, matching common Node test-file catch-handler behavior.