whatwg / xhr

XMLHttpRequest Standard
https://xhr.spec.whatwg.org/
Other
314 stars 131 forks source link

Align with IDL dictionary changes #250

Closed annevk closed 5 years ago

annevk commented 5 years ago

See https://github.com/heycam/webidl/pull/750.


Preview | Diff

annevk commented 5 years ago

@bzbarsky in the IDL issue you also mentioned the XMLHttpRequest object, was that because of the send() method (which already has a default value)?

bzbarsky commented 5 years ago

Looks like the XMLHttpRequest bits there are Gecko-specific bits that don't affect the spec. I hadn't gotten far enough in looking through the list to check the automated text search results for that interface, sorry.

annevk commented 5 years ago

No worries, thanks for taking a look! I'll merge this then.