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
due to ff1c487 - add safe sessionStorage utilities with quota handling (commit by @jorben):
BacktestTab now uses safeSetSessionStorage and safeGetSessionStorage instead of direct sessionStorage access, changing caching behavior to be more resilient to storage limitations.
✨ New Features
ff1c487 - storage: add safe sessionStorage utilities with quota handling (commit by @jorben)