mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
LibWeb/IDB: Implement IDBRecord
This commit is contained in:
committed by
Jelle Raaijmakers
parent
fe5d5639ef
commit
752210aec1
Notes:
github-actions[bot]
2025-08-27 14:15:43 +00:00
Author: https://github.com/stelar7 Commit: https://github.com/LadybirdBrowser/ladybird/commit/752210aec1a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5385 Reviewed-by: https://github.com/gmta ✅
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user