The storage / OPFS (kv-store) slice of the v5-next → next backlog cannot be cherry-picked: v6 (next) re-architected the OPFS / sqlite-worker layer, so these are re-implementations against the new architecture, not merges. There are no clean commits, hence a tracking issue rather than a PR.
Each needs porting by the storage owner:
Context: these were merged to v5-next after the ~2026-07-08 cut that reshaped next. Part of the manual v5-next → next backlog sweep.
The storage / OPFS (kv-store) slice of the v5-next → next backlog cannot be cherry-picked: v6 (
next) re-architected the OPFS / sqlite-worker layer, so these are re-implementations against the new architecture, not merges. There are no clean commits, hence a tracking issue rather than a PR.Each needs porting by the storage owner:
git cherry-pick -x af3323bf4a— fix: release OPFS handles before sqlite worker close/delete ackgit cherry-pick -x 007dcc2ae6— fix: handle corruption errorsgit cherry-pick -x 386f120fb2— feat: weblock controlled opfs poolgit cherry-pick -x cfbd62af4c— chore: handle legacy duplicate opaque handlesContext: these were merged to
v5-nextafter the ~2026-07-08 cut that reshapednext. Part of the manual v5-next → next backlog sweep.