mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implemented XMLHttpRequest.send(Document)
This commit is contained in:
parent
11dffa8958
commit
401836e8f0
3 changed files with 82 additions and 44 deletions
|
@ -53,7 +53,7 @@ interface XMLHttpRequest : XMLHttpRequestEventTarget {
|
|||
attribute boolean withCredentials;
|
||||
readonly attribute XMLHttpRequestUpload upload;
|
||||
[Throws]
|
||||
void send(optional /*Document or*/ BodyInit? data = null);
|
||||
void send(optional (Document or BodyInit)? data = null);
|
||||
void abort();
|
||||
|
||||
// response
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue