- From: Boris Zbarsky <notifications@github.com>
- Date: Thu, 19 May 2016 13:34:30 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc:
Received on Thursday, 19 May 2016 20:34:57 UTC
> <ol> > - <li>If the callback function has a <a class='dfnref' href='#dfn-return-type'>return type</a> that is a <a href='#idl-promise'>promise type</a>, then: > + <li>If <var>arg</var><sub><var>i</var></sub> is the special value “missing”, then Ah. "missing" is what you get as the IDL value when `undefined` is passed to an optional argument with no default value. It's handled in ES-to-IDL conversion for method calls, and for calls into a callback function; just not for the user object operation case. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/pull/113/files/6a54acae5c1ff4199b5bf85b61bc4681addbafb7#r63947285
Received on Thursday, 19 May 2016 20:34:57 UTC