events

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2023 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Package events represent the events that can be sent to the client https://dom.spec.whatwg.org/#event

Index

Constants

View Source
const (
	// OPEN is the event name for the open event
	OPEN = "open"
	// CLOSE is the event name for the close event
	CLOSE = "close"
	// MESSAGE is the event name for the message event
	MESSAGE = "message"
	// ERROR is the event name for the error event
	ERROR = "error"
	// PING is the event name for the ping event
	PING = "ping"
	// PONG is the event name for the pong event
	PONG = "pong"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL