summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/Event.idl
blob: 6a33752d50aec2b76db3db28608f20b47c111137 (plain)
1
2
3
4
5
interface Event {

    readonly attribute DOMString type;

}