Re: [whatwg/webidl] Callbacks in namepsaces? (Issue #1408)

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