mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:57:34 +00:00
LibWeb: Implement responseType and response for XHR
This makes us capable of loading non-utf8 content via XHR.
This commit is contained in:
parent
16c0646b9d
commit
385b07dcda
4 changed files with 133 additions and 9 deletions
|
@ -496,4 +496,5 @@ class XMLHttpRequestConstructor;
|
|||
class XMLHttpRequestEventTargetWrapper;
|
||||
class XMLHttpRequestPrototype;
|
||||
class XMLHttpRequestWrapper;
|
||||
enum class XMLHttpRequestResponseType;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue