mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +00:00
LibWeb: Make Blob and File GC-allocated
This commit is contained in:
parent
018d236439
commit
647ac1bdba
10 changed files with 77 additions and 61 deletions
|
@ -54,8 +54,8 @@ libweb_js_wrapper(DOMParsing/XMLSerializer NO_INSTANCE)
|
|||
libweb_js_wrapper(Encoding/TextDecoder NO_INSTANCE)
|
||||
libweb_js_wrapper(Encoding/TextEncoder NO_INSTANCE)
|
||||
libweb_js_wrapper(Fetch/Headers ITERABLE)
|
||||
libweb_js_wrapper(FileAPI/Blob)
|
||||
libweb_js_wrapper(FileAPI/File)
|
||||
libweb_js_wrapper(FileAPI/Blob NO_INSTANCE)
|
||||
libweb_js_wrapper(FileAPI/File NO_INSTANCE)
|
||||
libweb_js_wrapper(Geometry/DOMPoint NO_INSTANCE)
|
||||
libweb_js_wrapper(Geometry/DOMPointReadOnly NO_INSTANCE)
|
||||
libweb_js_wrapper(Geometry/DOMRect NO_INSTANCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue