LibWeb/IDB: Implement iterate_a_cursor

This commit is contained in:
stelar7 2025-04-29 17:37:16 +02:00 committed by Jelle Raaijmakers
commit 98d08b27e4
Notes: github-actions[bot] 2025-05-06 09:18:19 +00:00
7 changed files with 391 additions and 1 deletions

View file

@ -10,6 +10,7 @@
#include <LibGC/Heap.h>
#include <LibWeb/Bindings/PlatformObject.h>
#include <LibWeb/IndexedDB/IDBTransaction.h>
#include <LibWeb/IndexedDB/Internal/Index.h>
#include <LibWeb/IndexedDB/Internal/ObjectStore.h>
namespace Web::IndexedDB {