[whatwg/xhr] "representing the same bytes" (#75)

https://xhr.spec.whatwg.org/#interface-formdata

> If value is a Blob object and not a File object, then set value to a new File object, representing the same bytes, whose name attribute value is "blob". 

It's not clear what other properties are copied over. Per http://w3c-test.org/XMLHttpRequest/formdata-blob.htm, at the very least type is copied over. What about isClosed? What is lastModified set to?

---
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/75

Received on Saturday, 2 July 2016 17:20:03 UTC