mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Implement the overrideMimeType method for XMLHttpRequest
This commit is contained in:
parent
4067960ba5
commit
ed809a60bf
11 changed files with 32 additions and 26 deletions
|
@ -65,7 +65,8 @@ interface XMLHttpRequest : XMLHttpRequestEventTarget {
|
|||
readonly attribute ByteString statusText;
|
||||
ByteString? getResponseHeader(ByteString name);
|
||||
ByteString getAllResponseHeaders();
|
||||
// void overrideMimeType(DOMString mime);
|
||||
[Throws]
|
||||
void overrideMimeType(DOMString mime);
|
||||
[SetterThrows]
|
||||
attribute XMLHttpRequestResponseType responseType;
|
||||
readonly attribute any response;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue