Closed
Description
Current definition allows only string and Document argument. But it should allows BodyInit defined as:
typedef (Blob or BufferSource or FormData or URLSearchParams or USVString) BodyInit;
https://fetch.spec.whatwg.org/#bodyinit
https://xhr.spec.whatwg.org/#the-send()-method