- From: ExE Boss <notifications@github.com>
- Date: Wed, 11 Dec 2019 09:32:35 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 December 2019 17:32:38 UTC
This&nbsp;adds a&nbsp;`[NonEnumerableMethods]` extended&nbsp;attribute to&nbsp;let&nbsp;specs match&nbsp;what **ECMAScript**&nbsp;does with&nbsp;its&nbsp;built‑ins and&nbsp;the&nbsp;`class`&nbsp;construct. It&nbsp;also&nbsp;provides `[LegacyEnumerableMethod]` for&nbsp;the&nbsp;legacy&nbsp;cases that&nbsp;would&nbsp;break if&nbsp;the&nbsp;methods on&nbsp;which it’s&nbsp;specified would&nbsp;be&nbsp;made&nbsp;non‑enumerable. You can view, comment on, or merge this pull request online at: https://github.com/heycam/webidl/pull/825 -- Commit Summary -- * feat: Add `[NonEnumerableMethods]` extended attribute -- File Changes -- M index.bs (150) -- Patch Links -- https://github.com/heycam/webidl/pull/825.patch https://github.com/heycam/webidl/pull/825.diff -- 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/825
Received on Wednesday, 11 December 2019 17:32:38 UTC