Re: [whatwg/streams] strategy.size() can reenter WritableStream logic before its caller finishes all the work (#675)

The only thing done before the strategySize call is `WritableStreamAddWriteRequest()` right now. Which is part of the generic writable stream logic, while the strategySize call is at the start of the `WritableStreamDefaultControllerWrite()` controller logic. It seems harmless enough?

-- 
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/675#issuecomment-275306527

Received on Thursday, 26 January 2017 04:40:50 UTC