mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Added error checking on XMLHttpRequest::setWithCredentials
This commit is contained in:
parent
2010fbf0dd
commit
2093291539
4 changed files with 16 additions and 15 deletions
|
@ -50,6 +50,7 @@ interface XMLHttpRequest : XMLHttpRequestEventTarget {
|
|||
void setRequestHeader(ByteString name, ByteString value);
|
||||
[SetterThrows]
|
||||
attribute unsigned long timeout;
|
||||
[SetterThrows]
|
||||
attribute boolean withCredentials;
|
||||
readonly attribute XMLHttpRequestUpload upload;
|
||||
[Throws]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue