mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
LibWeb/IDB: Implement iterate_a_cursor
This commit is contained in:
parent
93d7a29306
commit
98d08b27e4
Notes:
github-actions[bot]
2025-05-06 09:18:19 +00:00
Author: https://github.com/stelar7
Commit: 98d08b27e4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4524
Reviewed-by: https://github.com/gmta ✅
7 changed files with 391 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue