mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb/EntriesAPI: Implement FileSystemEntry
This commit is contained in:
parent
b583aec3ac
commit
169163b002
Notes:
github-actions[bot]
2024-08-24 12:54:09 +00:00
Author: https://github.com/jamierocks
Commit: 169163b002
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1172
Reviewed-by: https://github.com/trflynn89
10 changed files with 118 additions and 0 deletions
|
@ -4186,6 +4186,7 @@ static void generate_using_namespace_definitions(SourceGenerator& generator)
|
|||
using namespace Web::DOMParsing;
|
||||
using namespace Web::DOMURL;
|
||||
using namespace Web::Encoding;
|
||||
using namespace Web::EntriesAPI;
|
||||
using namespace Web::Fetch;
|
||||
using namespace Web::FileAPI;
|
||||
using namespace Web::Geometry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue