Re: [whatwg/streams] "it can return a promise" -> actually a thenable (#566)

I think it is fine as-is. The notes explaining usage are meant to guide you down the right path, not state what is technically allowed.

As a separate example, we would say "can return a number" instead of "can return any object that coerces to a number". (I.e., there's no need to point out that not only `1`, but also `{ valueOf() { return 1; } }` or `"1"` work.)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/566#issuecomment-256364718

Received on Wednesday, 26 October 2016 14:29:35 UTC