- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 19 Aug 2019 11:34:31 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 19 August 2019 18:34:53 UTC
I don't understand what this statement means. Web IDL interface definitions are essentially ways of generating code for JavaScript classes. Attributes generate getters/setters on the class's prototype. Operations generate methods (function-valued data properties) on the class's prototype. Etc. -- 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/770#issuecomment-522701381
Received on Monday, 19 August 2019 18:34:53 UTC