Re: [heycam/webidl] Add the symbol type (#377)

tobie approved this pull request.

This LGTM.

It does allow editors to add

```wedidl
interface Foo {
  static Symbol bar;
};
```
I imagine the purpose of `Foo.bar` would be limited to similar use cases as `Symbol.iterator` (i.e. a hook to get hold of a symbol), no?

If so, should we add some constraints as to how this can be used in practice? E.g. add to the static attribute section something along the lines of: "Static attributes of type {{Symbol}} must be [=readonly=] and their value must always reference the same symbol."



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/377#pullrequestreview-53174637

Received on Monday, 31 July 2017 10:03:01 UTC