Directus / @directus/sdk / types / WebSocketConstructor
Type Alias: WebSocketConstructor() ​
WebSocketConstructor: (
url
,protocols
?) =>WebSocketInterface
Defined in: types/globals.ts:7
While the standard says 'string | URL' for the 'url' parameter, some implementations (e.g. React Native) only accept 'string'
Parameters ​
url ​
string
protocols? ​
string
| string
[]