mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 16:28:54 +00:00
LibWeb: Make Headers and HeadersIterator GC-allocated
This commit is contained in:
parent
a8a42b4432
commit
96f6c7fae5
Notes:
sideshowbarker
2024-07-17 07:25:13 +09:00
Author: https://github.com/awesomekling
Commit: 96f6c7fae5
Pull-request: https://github.com/SerenityOS/serenity/pull/14816
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/linusg ✅
6 changed files with 62 additions and 67 deletions
|
@ -53,7 +53,7 @@ libweb_js_wrapper(DOM/TreeWalker NO_INSTANCE)
|
|||
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(Fetch/Headers ITERABLE NO_INSTANCE)
|
||||
libweb_js_wrapper(FileAPI/Blob NO_INSTANCE)
|
||||
libweb_js_wrapper(FileAPI/File NO_INSTANCE)
|
||||
libweb_js_wrapper(Geometry/DOMPoint NO_INSTANCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue