Releases: nearform/crashbox
Releases · nearform/crashbox
v0.1.0
Minor Changes
- #6
444ba61- Budget-relative memory-pressure detection and a visibility-aware hang watchdog.- Opt-in
memorydetector reports a leveledonMemoryPressure({ level, source, ratio, usedBytes, limitBytes })(nominal/fair/serious/critical). wasm/webgpugrowth thresholds scale to a budget (memoryBudgetBytes→jsHeapSizeLimit→navigator.deviceMemory), with fixed fallbacks when no signal is available.- App-supplied signals:
memoryBudgetBytes,getMemoryEstimate(heartbeat pull), andreportMemoryPressure(push), with cross-source hysteresis. - Hang watchdog ignores backgrounded-tab time, so throttled/suspended timers no longer log false
main-thread stallhangs.
- Opt-in