Re: [FileAPI] Use `optional` for the Blob constructor (#33)

This is part of the reason why we should avoid overloads I think. `new Blob(undefined)` not being `new Blob()` is weird and we should fix that here. (We cannot change it at the IDL-level unfortunately as that would break XMLHttpRequest, though if that's the only case maybe we should fix that specially somehow?)

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/issues/33#issuecomment-191296301

Received on Wednesday, 2 March 2016 15:49:44 UTC