> Anyway, my questions are cleared up (for now).  Can't wait for those wiki
> updates!  ; )
>

Ah - one more comment.

The signatures for `load` and `evalAsync` indicate that they will return
`this`, a reference to the loader.  These functions are prime candidates
for returning futures (e.g. something with a `then` method) in some future
version of ES with standardized promises/futures.  Would it be more
future-safe to leave the return values of these methods `undefined` for the
present?

{ Kevin }
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to