mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
typed array support for XMLHttpRequest's send API
This commit is contained in:
parent
a69eceefc9
commit
2009c4e481
14 changed files with 6 additions and 289 deletions
|
@ -13,7 +13,7 @@
|
|||
*/
|
||||
|
||||
// https://fetch.spec.whatwg.org/#bodyinit
|
||||
typedef (Blob or /*BufferSource or */ FormData or DOMString or URLSearchParams) BodyInit;
|
||||
typedef (Blob or BufferSource or FormData or DOMString or URLSearchParams) BodyInit;
|
||||
|
||||
enum XMLHttpRequestResponseType {
|
||||
"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue