mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
LibWeb/IDB: Implement IDBDatabase::transaction()
This commit is contained in:
committed by
Jelle Raaijmakers
parent
a05be67e4a
commit
61384473ca
Notes:
github-actions[bot]
2025-04-28 09:33:04 +00:00
Author: https://github.com/stelar7 Commit: https://github.com/LadybirdBrowser/ladybird/commit/61384473ca1 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4476 Reviewed-by: https://github.com/gmta ✅
@@ -4,6 +4,7 @@
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <LibWeb/Bindings/IDBDatabasePrototype.h>
|
||||
#include <LibWeb/Bindings/Intrinsics.h>
|
||||
#include <LibWeb/Crypto/Crypto.h>
|
||||
#include <LibWeb/HTML/EventNames.h>
|
||||
|
||||
Reference in New Issue
Block a user