1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00
serenity/Userland/Libraries/LibWeb/XHR
Linus Groh 65ab6d3b6f LibWeb/XHR: Fix blob type in XMLHttpRequest::response()
The type attribute of a blob is supposed to be a complete mime type of
the form "type/subtype", not just the determined mime type's type.
2023-03-03 11:02:21 +00:00
..
EventNames.cpp AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
EventNames.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
FormData.cpp LibWeb: Convert FormData to String and Vector storage 2023-02-18 01:23:36 +01:00
FormData.h LibWeb: Convert FormData to String and Vector storage 2023-02-18 01:23:36 +01:00
FormData.idl LibWeb: Convert FormData to String and Vector storage 2023-02-18 01:23:36 +01:00
ProgressEvent.cpp LibWeb: Make factory method of XHR::ProgressEvent fallible 2023-02-18 00:52:47 +01:00
ProgressEvent.h LibWeb: Make factory method of XHR::ProgressEvent fallible 2023-02-18 00:52:47 +01:00
ProgressEvent.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
XMLHttpRequest.cpp LibWeb/XHR: Fix blob type in XMLHttpRequest::response() 2023-03-03 11:02:21 +00:00
XMLHttpRequest.h LibWeb: Make factory method of XHR::XMLHttpRequest fallible 2023-02-18 00:52:47 +01:00
XMLHttpRequest.idl LibWeb: Implement XMLHttpRequest.withCredentials 2022-11-14 10:00:11 +00:00
XMLHttpRequestEventTarget.cpp LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2022-09-24 19:31:39 +01:00
XMLHttpRequestEventTarget.h LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2022-09-24 19:31:39 +01:00
XMLHttpRequestEventTarget.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00