MessageEvent.idl 184 B

1234567
  1. interface MessageEvent : Event {
  2. // FIXME: This should be of type "any" instead of "USVString"
  3. readonly attribute USVString data;
  4. readonly attribute USVString origin;
  5. };