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

    readonly attribute any data;
    readonly attribute USVString origin;

};