- From: Tobie Langel <notifications@github.com>
- Date: Fri, 12 Jan 2018 13:05:44 +0000 (UTC)
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 12 January 2018 13:06:14 UTC
tobie commented on this pull request. > -* The name of the property is the [=identifier=] of the [=constant=]. -* The location of the property is determined as follows: - * If the interface was declared with the [{{Global}}] [=extended attribute=], - then the property exists on the single object that implements the interface. - * Otherwise, if the interface has an [=interface prototype object=], - then the property exists on it. -* The value of the property is that which is obtained by [=converted to an ECMAScript value|converting=] the [=constant=]’s IDL value to an ECMAScript value. -* The property has attributes { \[[Writable]]: <emu-val>false</emu-val>, \[[Enumerable]]: <emu-val>true</emu-val>, \[[Configurable]]: <emu-val>false</emu-val> }. +<div algorithm> + To <dfn>expose the constants</dfn> of [=interface=] |interface| on |target|, "Define"? -- 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/494#discussion_r161216547
Received on Friday, 12 January 2018 13:06:14 UTC