You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
? 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.
The text was updated successfully, but these errors were encountered:
What I think we want to end up with is b.type is "foo" and b's size is 0.
One way to make this easier to define is to change the IDL to default to the empty sequence, which is now a thing. Then both parameters are always provided and the prose does not have to worry about them being omitted.
bzbarsky
changed the title
Whatdoes it mean to invoke the Blob constructor with zero parameters?
What does it mean to invoke the Blob constructor with zero parameters?
Nov 24, 2016
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.The text was updated successfully, but these errors were encountered: