[whatwg/xhr] Should setting an invalid value to responseType on an XHR in LOADING/DONE state throw? (#102)

The spec is not clear when the steps should be run.

https://heycam.github.io/webidl/#dfn-enumeration-value

> In the ECMAScript binding, assignment of an invalid string value to an attribute is ignored

Should we consider
- that the steps in the XHR spec are run only when the value is valid and therefore not ignored
- or that the steps in the XHR spec are run anyway, and invalid values are ignored in the step 4

(The interop issue was originally reported by Ali of Microsoft)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/issues/102

Received on Thursday, 24 November 2016 10:28:35 UTC