mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-23 18:51:55 +00:00
We still have to hand-write a function to turn an Event& into a wrapper but this is still a hue improvement. Eventually we'll find a way to auto-generate that function as well.
5 lines
61 B
Text
5 lines
61 B
Text
interface Event {
|
|
|
|
readonly attribute DOMString type;
|
|
|
|
}
|