Files
ladybird/Libraries/LibWeb/IndexedDB
Zaggy1024 61b9be47ce LibWeb: Open waiting IDB connections when the previous one is GCed
Without this, an open request could hang if a prior connection was not
explicitly close()d but instead allowed to go out of scope.

The spec says that the dangling connection should be closed when the
execution context it was opened in is destroyed, but no other browser
does so. Detecting the execution context being destroyed would likely
mean a lot of overhead in JS calls, so it's best to avoid that, despite
this being observable.
2026-04-08 03:03:38 +02:00
..
2025-08-27 16:13:25 +02:00