mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:37:35 +00:00
LibWeb: Make TextEncoder GC-allocated
This commit is contained in:
parent
57db2529cf
commit
7e508456a0
4 changed files with 25 additions and 21 deletions
|
@ -52,7 +52,7 @@ libweb_js_wrapper(DOM/Text NO_INSTANCE)
|
|||
libweb_js_wrapper(DOM/TreeWalker NO_INSTANCE)
|
||||
libweb_js_wrapper(DOMParsing/XMLSerializer NO_INSTANCE)
|
||||
libweb_js_wrapper(Encoding/TextDecoder)
|
||||
libweb_js_wrapper(Encoding/TextEncoder)
|
||||
libweb_js_wrapper(Encoding/TextEncoder NO_INSTANCE)
|
||||
libweb_js_wrapper(Fetch/Headers ITERABLE)
|
||||
libweb_js_wrapper(FileAPI/Blob)
|
||||
libweb_js_wrapper(FileAPI/File)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue