Re: [whatwg/streams] Editorial: use structs instead of records (#1047)

@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