Re: [streams] Use Symbols for defining internal methods (1a8399f)

You should be able to just do

```js
[readableStreamControllerCancelSymbol]() {
  ...
}
```

inside the class declaration.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/commit/1a8399f56d508c946937a112d9ee96bd2973845d#commitcomment-16604080

Received on Wednesday, 9 March 2016 23:31:52 UTC