- From: Adam Rice <notifications@github.com>
- Date: Wed, 24 Jun 2020 17:19:46 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 25 June 2020 00:19:58 UTC
@ricea approved this pull request. lgtm I think this fixes #670? > @@ -12,6 +12,8 @@ const WritableStream = require('../../generated/WritableStream.js'); const WritableStreamDefaultController = require('../../generated/WritableStreamDefaultController.js'); const WritableStreamDefaultWriter = require('../../generated/WritableStreamDefaultWriter.js'); +const specialCloseValue = Symbol('special close value'); If you called it `closeSentinel` it would sound cooler. -- 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/pull/1047#pullrequestreview-437076407
Received on Thursday, 25 June 2020 00:19:58 UTC