CloseEvent.idl 162 B

1234567
  1. interface CloseEvent : Event {
  2. readonly attribute boolean wasClean;
  3. readonly attribute unsigned short code;
  4. readonly attribute USVString reason;
  5. };