codemelted.js Module
    Preparing search index...

    Enumeration PROTOCOL_EVENTReadonly

    Identifies the event handled via the fired CProtocolEvent handled via the CProtocolEventHandler callback when a protocol is opened.

    Index
    Close: "close"

    Signifies an onclose listener received an CloseEvent.

    Error: "error"

    Signifies an onerror listener received an ErrorEvent.

    Message: "message"

    Signifies a onmessage listener received a MessageEvent that contains received data via its data property

    MessageError: "message_error"

    Signifies a onmessageerror listener received MessageEvent containing an error accessible via its data property.

    ModuleError: "module_error"

    Signifies an unhandled error occurred where one was not expected. It will be treated as a ModuleError as it should not occur with the protocols and either means developer is not doing something properly within the protocol or a bug exists with the module itself that requires a GitHub Issue to be filed.

    Open: "open"

    Signifies a CProtocol has opened a connection to a distant system.