typed array support for XMLHttpRequest's send API

This commit is contained in:
Nupur Baghel 2018-03-24 10:14:52 +05:30
parent a69eceefc9
commit 2009c4e481
14 changed files with 6 additions and 289 deletions

View file

@ -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 {
"",