Directus / @directus/sdk / types / WebSocketConstructor
Type Alias: WebSocketConstructor() ​
WebSocketConstructor: (
url
,protocols
?) =>WebSocketInterface
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
[]