Files
ladybird/Libraries/LibWeb/IndexedDB/Internal/RequestList.cpp
Aliaksandr Kalenik b291d75289 LibWeb/IndexedDB: Use GC::Weak in RequestList
By doing this we allow unclosed `IDBRequest`s to be GC-ed, instead of
keeping them alive forever in the `RequestList`.
2025-12-26 06:17:01 +01:00

3.9 KiB