mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
LibWeb: Implement '5.5. Response class' from the Fetch API :^)
This commit is contained in:
parent
9fb672e981
commit
0b52b883af
Notes:
sideshowbarker
2024-07-17 06:35:25 +09:00
Author: https://github.com/linusg
Commit: 0b52b883af
Pull-request: https://github.com/SerenityOS/serenity/pull/15359
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/davidot ✅
Reviewed-by: https://github.com/kennethmyhra
9 changed files with 449 additions and 0 deletions
|
@ -54,6 +54,7 @@ libweb_js_bindings(Encoding/TextDecoder)
|
|||
libweb_js_bindings(Encoding/TextEncoder)
|
||||
libweb_js_bindings(Fetch/Headers ITERABLE)
|
||||
libweb_js_bindings(Fetch/Request)
|
||||
libweb_js_bindings(Fetch/Response)
|
||||
libweb_js_bindings(FileAPI/Blob)
|
||||
libweb_js_bindings(FileAPI/File)
|
||||
libweb_js_bindings(Geometry/DOMPoint)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue