Re: Web IDL maplike: Allow spec prose to specify how key-type should be compared?

On Mon, Mar 9, 2015 at 12:11 PM, Mark S. Miller <erights@google.com> wrote:
> That's one of things that's so cool about the Promise constructor pattern:
>
> var resolver;
> var promise = new Promise(r => resolver = r);
>
> Couldn't this be applies to streams? (I haven't yet followed streams.)

Sadly not. Because 'r' still needs to have a constructor.

/ Jonas

Received on Monday, 9 March 2015 19:30:20 UTC