mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
LibWeb: Introduce the File interface from the FileAPI spec
This commit is contained in:
parent
df91dbfbb6
commit
890514a057
9 changed files with 139 additions and 0 deletions
|
@ -185,6 +185,7 @@ class Response;
|
|||
|
||||
namespace Web::FileAPI {
|
||||
class Blob;
|
||||
class File;
|
||||
}
|
||||
|
||||
namespace Web::Geometry {
|
||||
|
@ -474,6 +475,7 @@ class ErrorEventWrapper;
|
|||
class EventListenerWrapper;
|
||||
class EventTargetWrapper;
|
||||
class EventWrapper;
|
||||
class FileWrapper;
|
||||
class FocusEventWrapper;
|
||||
class HeadersWrapper;
|
||||
class HeadersIteratorWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue