- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 06 Jun 2024 13:40:27 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 6 June 2024 20:40:31 UTC
Callbacks don't correspond to JavaScript objects; they're helpers for making it easier for web specifications to call web developer code. As such putting them in namespaces makes no sense, because there'd be no `namespaceObject.callbackObject`, since there is no `callbackObject`. Hope this helps! -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/webidl/issues/1408#issuecomment-2153370121 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/webidl/issues/1408/2153370121@github.com>
Received on Thursday, 6 June 2024 20:40:31 UTC