- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 04 Oct 2017 00:40:12 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 4 October 2017 07:40:34 UTC
@marcoscaceres internal slots (which aren't really formalized yet other than in ECMAScript) would have two brackets on both sides, actually use a dot, not use quotation marks, and start with an uppercase character. I.e., foo["bar"] vs foo.[[Bar]]. Furthermore, dictionaries reuse the syntax we have for maps and maps can have keys with spaces (or non-string keys), that's why we went with foo[...]. -- 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/issues/453#issuecomment-334074248
Received on Wednesday, 4 October 2017 07:40:34 UTC