mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +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
|
@ -498,6 +498,10 @@ namespace Web::HighResolutionTime {
|
|||
class Performance;
|
||||
}
|
||||
|
||||
namespace Web::IndexedDB {
|
||||
class IDBFactory;
|
||||
}
|
||||
|
||||
namespace Web::Internals {
|
||||
class Inspector;
|
||||
class Internals;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue