mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02: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.
6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
interface Event {
|
|
|
|
readonly attribute DOMString type;
|
|
|
|
}
|