summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/CloseEvent.idl
blob: bc2df5c1f8b68c927b8f8ed5b296893fac4fe7d4 (plain)
1
2
3
4
5
6
7
interface CloseEvent : Event {

    readonly attribute boolean wasClean;
    readonly attribute unsigned short code;
    readonly attribute USVString reason;

};