Re: test coverage data for XHR spec

On Mon, Oct 6, 2014 at 1:51 PM, Hallvord R. M. Steen <hsteen@mozilla.com> wrote:
> Please test and comment :)

The main problem I have is that this specification is increasingly
out-of-date with work I've done. In particular, defining everything in
terms of Fetch which will automatically bring improvements to Fetch
back to XMLHttpRequest. E.g. send() these days accepts ArrayBuffer.
The way all things headers intermix is now properly defined.

But also simple things such as accepting a loss on trying to change
from DOMException to TypeError are not reflected. Seems very bad to
encourage people to write tests based on that TR/ document rather than
https://xhr.spec.whatwg.org/


-- 
https://annevankesteren.nl/

Received on Monday, 6 October 2014 11:59:10 UTC