LibWeb/IDB: Implement IDBCursorWithValue interface

This commit is contained in:
stelar7 2025-05-13 11:04:55 +02:00 committed by Andrew Kaster
parent 9c51326fcb
commit 296d9d74d8
Notes: github-actions[bot] 2025-05-13 16:49:47 +00:00
10 changed files with 74 additions and 4 deletions

View file

@ -10,6 +10,7 @@
#include <LibWeb/Bindings/Intrinsics.h>
#include <LibWeb/HTML/EventNames.h>
#include <LibWeb/IndexedDB/IDBCursor.h>
#include <LibWeb/IndexedDB/IDBCursorWithValue.h>
#include <LibWeb/IndexedDB/IDBIndex.h>
#include <LibWeb/IndexedDB/IDBObjectStore.h>