mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb/IDB: Implement IDBDatabase::transaction()
This commit is contained in:
parent
a05be67e4a
commit
61384473ca
Notes:
github-actions[bot]
2025-04-28 09:33:04 +00:00
Author: https://github.com/stelar7
Commit: 61384473ca
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4476
Reviewed-by: https://github.com/gmta ✅
5 changed files with 62 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue