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
wasm/webgpu growth thresholds scale to a budget (memoryBudgetBytes → jsHeapSizeLimit → navigator.deviceMemory), with fixed fallbacks when no signal is available.
App-supplied signals: memoryBudgetBytes, getMemoryEstimate (heartbeat pull), and reportMemoryPressure (push), with cross-source hysteresis.
Hang watchdog ignores backgrounded-tab time, so throttled/suspended timers no longer log false main-thread stall hangs.