mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 01:56:38 +00:00
LibWeb: Add stub for IDBFactory
This commit is contained in:
parent
74aeb57631
commit
8d5665ebe1
Notes:
sideshowbarker
2024-07-17 05:00:08 +09:00
Author: https://github.com/shannonbooth
Commit: 8d5665ebe1
Pull-request: https://github.com/SerenityOS/serenity/pull/24377
Reviewed-by: https://github.com/tcl3
10 changed files with 98 additions and 1 deletions
|
@ -3764,6 +3764,7 @@ static void generate_using_namespace_definitions(SourceGenerator& generator)
|
|||
using namespace Web::Geometry;
|
||||
using namespace Web::HighResolutionTime;
|
||||
using namespace Web::HTML;
|
||||
using namespace Web::IndexedDB;
|
||||
using namespace Web::Internals;
|
||||
using namespace Web::IntersectionObserver;
|
||||
using namespace Web::RequestIdleCallback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue