Re: [streams-tests] ReadableStream: pipeThrough() is not fooled by a fake Promise (#5519)

@jugglinmike My intent was to catch implementations like the reference implementation that call .catch() (or then()) on the Promise to mark it as handled. But your comment made me realise that I can do just as well by not implementing then() and catch() at all.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5519#issuecomment-293137077

Received on Tuesday, 11 April 2017 03:07:51 UTC