- From: Tobie Langel <notifications@github.com>
- Date: Mon, 31 Jul 2017 03:02:28 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 31 July 2017 10:03:01 UTC
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