8 lines
162 B
Text
8 lines
162 B
Text
|
|
interface CloseEvent : Event {
|
||
|
|
|
||
|
|
readonly attribute boolean wasClean;
|
||
|
|
readonly attribute unsigned short code;
|
||
|
|
readonly attribute USVString reason;
|
||
|
|
|
||
|
|
};
|