LibWeb: Add stub for IDBFactory

This commit is contained in:
Shannon Booth 2024-05-19 17:58:06 +12:00 committed by Andreas Kling
commit 8d5665ebe1
Notes: sideshowbarker 2024-07-17 05:00:08 +09:00
10 changed files with 98 additions and 1 deletions

View file

@ -498,6 +498,10 @@ namespace Web::HighResolutionTime {
class Performance;
}
namespace Web::IndexedDB {
class IDBFactory;
}
namespace Web::Internals {
class Inspector;
class Internals;