Re: [heycam/webidl] clearly state that declared interface members must be present on objects implementing the interface (#770)

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