- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 16 Dec 2019 07:43:45 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 16 December 2019 15:43:47 UTC
They are actual `Promise` objects, but only because of the bad layering in Streams. After https://github.com/whatwg/streams/issues/963 they should become `Promise<T>` objects. (And in the meantime, treating them as if they were such seems OK-ish.) -- 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/issues/829#issuecomment-566116086
Received on Monday, 16 December 2019 15:43:47 UTC