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
As far as I can tell, args could be « value, "missing", optionalValue », in which case count would be 2 in step 5 and the output would be « value, undefined ». This seems incorrect.
If that case is impossible, the spec should say that. Otherwise I suppose it should count the number of trailing "missing" values in args separately.
The text was updated successfully, but these errors were encountered:
What is the issue with the Web IDL Standard?
https://webidl.spec.whatwg.org/#web-idl-arguments-list-converting
As far as I can tell, args could be « value, "missing", optionalValue », in which case count would be 2 in step 5 and the output would be « value, undefined ». This seems incorrect.
If that case is impossible, the spec should say that. Otherwise I suppose it should count the number of trailing "missing" values in args separately.
The text was updated successfully, but these errors were encountered: