mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +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
|
@ -55,6 +55,7 @@ libweb_js_wrapper(Encoding/TextDecoder)
|
|||
libweb_js_wrapper(Encoding/TextEncoder)
|
||||
libweb_js_wrapper(Fetch/Headers ITERABLE)
|
||||
libweb_js_wrapper(FileAPI/Blob)
|
||||
libweb_js_wrapper(FileAPI/File)
|
||||
libweb_js_wrapper(Geometry/DOMPoint)
|
||||
libweb_js_wrapper(Geometry/DOMPointReadOnly)
|
||||
libweb_js_wrapper(Geometry/DOMRect)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue