- From: Adam Rice <notifications@github.com>
- Date: Mon, 27 Mar 2017 04:05:00 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 27 March 2017 11:05:31 UTC
ricea commented on this pull request. > @@ -5,6 +5,10 @@ const { InvokeOrNoop, PromiseInvokeOrNoop, ValidateAndNormalizeQueuingStrategy, const { rethrowAssertionErrorRejection } = require('./utils.js'); const { DequeueValue, EnqueueValueWithSize, PeekQueueValue, ResetQueue } = require('./queue-with-sizes.js'); +const StartSteps = Symbol('[[Start]]'); Shouldn't the name of the Symbol also be '[[StartSteps]]'? -- 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/705#pullrequestreview-29153499
Received on Monday, 27 March 2017 11:05:31 UTC