- From: Takeshi Yoshino <notifications@github.com>
- Date: Mon, 09 Feb 2015 00:49:03 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 9 February 2015 08:49:30 UTC
> } > > - this.releaseLock(); > - return this._encapsulatedReadableStream.cancel(reason, ...args); > + // Bypass lock check. > + return CancelReadableStream(this._encapsulatedReadableStream, reason, ...args); I see. Removed. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/277/files#r24314689
Received on Monday, 9 February 2015 08:49:30 UTC