[w3c/FileAPI] Whatdoes it mean to invoke the Blob constructor with zero parameters? (#54)

For example, what should this do:

   var b = new Blob(undefined, { type: "foo" });

?  Should `b.type` be empty string or `"foo"`?  In any case, there is no concept of "number of parameters" for IDL implementation algorithms, so please define the behavior in terms of concepts that do exist.

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

Received on Thursday, 24 November 2016 06:10:08 UTC