- Preparing search index...
- The search index is not available
neuroglancer
Web
Socket
: { CLOSED
: number; CLOSING
: number; CONNECTING
: number; OPEN
: number; prototype
: WebSocket; new (url
: string | URL, protocols
?: string | string[]): WebSocket; }
Type declaration
-
- new (url: string | URL, protocols?: string | string[]): WebSocket
-
Parameters
-
url: string | URL
-
Optional
protocols: string | string[]
-
Readonly
CLOSED: number
-
Readonly
CLOSING: number
-
Readonly
CONNECTING: number
-
Readonly
OPEN: number
-