Re: [whatwg/dom] Missing machinery for associated Event data (Issue #1328)

Thanks! Yeah, this is a longstanding issue where we don't define the internal layout of event objects and instead pretend you can set their public API somehow. Using an Infra map we can fully define the internal layout in a way that's extensible without needing IDL to generate this internal layout for us.

(And the reason I mention IDL is that I previously thought we'd need IDL for this: https://www.w3.org/Bugs/Public/show_bug.cgi?id=27354#c10. With Infra maps and IDL dictionaries mapping to maps I don't think that's true anymore.)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1328#issuecomment-2498557864
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/1328/2498557864@github.com>

Received on Monday, 25 November 2024 16:59:51 UTC