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 an optional AbortSignal to the browser runtime execute request contract for code, trace, interview, and batch execution.
Threaded abort signals through JavaScript, TypeScript, Python, Java, C#, and C++ browser runtime clients so consumers can cancel in-flight code execution through the standard runtime request surface.
Notes
Browser runtime cancellation remains runtime-dependent: CPU-bound compiled runtime work may still require worker termination to stop immediately, which can discard warm compiler/runtime state.