LibWeb/IDB: Implement IDBRecord

This commit is contained in:
stelar7
2025-07-09 14:35:33 +02:00
committed by Jelle Raaijmakers
parent fe5d5639ef
commit 752210aec1
Notes: github-actions[bot] 2025-08-27 14:15:43 +00:00
11 changed files with 111 additions and 29 deletions

View File

@@ -14,11 +14,11 @@
#include <LibGC/Ptr.h>
#include <LibJS/Heap/Cell.h>
#include <LibJS/Runtime/Realm.h>
#include <LibWeb/IndexedDB/IDBRecord.h>
#include <LibWeb/IndexedDB/Internal/Algorithms.h>
#include <LibWeb/IndexedDB/Internal/Database.h>
#include <LibWeb/IndexedDB/Internal/Index.h>
#include <LibWeb/IndexedDB/Internal/KeyGenerator.h>
#include <LibWeb/IndexedDB/Internal/Record.h>
namespace Web::IndexedDB {