Re: [whatwg/streams] Convert internal slot accesses in the reference implementation to use symbols (#443)

> We mainly look at the spec text directly.

Thanks, @wanderview. Then, this doesn't benefit you.

----

For clarification, Let me split the proposal into two smaller proposals:

1. define constant at the top and access properties using the constants
1. use symbols for the constants

Even just (1) makes it easier to sync our impl w/ reference impl.

----

@bzbarsky Oh, good point. We don't intend to leak the identifiers. It might be just misleading and we might want to just align with others i.e. using `._foobar` property accesses or using weakmaps as you suggested to implement internal slot accesses in the spec.

---
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/443#issuecomment-223974093

Received on Monday, 6 June 2016 14:24:29 UTC