goog.net.WebSocket.ClosedEventProvided Bygoog.net.WebSocketExtendsgoog.events.EventObject representing a closed event. new ClosedEvent( code, reason, wasClean )ParameterscodenumberreasonstringwasCleanbooleanVIEW SOURCEInstance Methodsexpand_morethis.hasPropagationStopped() → booleanDefined bygoog.events.EventParametersNone.Returnsbooleantrue iff internal propagation has been stopped. VIEW SOURCEexpand_morethis.preventDefault() → voidPrevents the default action, for example a link redirecting to a url. VIEW SOURCEexpand_morethis.stopPropagation() → voidStops event propagation. VIEW SOURCEInstance Propertiesexpand_morethis.code → numberNo information.VIEW SOURCEexpand_morethis.currentTarget → (Object|null|undefined)Object that had the listener attached. VIEW SOURCEexpand_morethis.defaultPrevented → booleanWhether the default action has been prevented. This is a property to match the W3C specification at #events-event-type-defaultPrevented. Must be treated as read-only outside the class. VIEW SOURCEexpand_morethis.reason → stringNo information.VIEW SOURCEexpand_morethis.row → ?No information.VIEW SOURCEexpand_morethis.rowNode → (Element|null|undefined)No information.VIEW SOURCEexpand_morethis.target → (Object|null|undefined)TODO(tbreisacher): The type should probably be EventTarget|goog.events.EventTarget. Target of the event. VIEW SOURCEexpand_morethis.type → stringEvent type. VIEW SOURCEexpand_morethis.wasClean → booleanNo information.VIEW SOURCE