LibWeb/IDB: Implement IDBDatabase::transaction()

This commit is contained in:
stelar7 2025-04-25 18:08:40 +02:00 committed by Jelle Raaijmakers
commit 61384473ca
Notes: github-actions[bot] 2025-04-28 09:33:04 +00:00
5 changed files with 62 additions and 1 deletions

View file

@ -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>