interface MessageEvent : Event {
readonly attribute any data;
readonly attribute USVString origin;
};