We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ed614 commit 3c82678Copy full SHA for 3c82678
ws-connection/index.js
@@ -9,6 +9,7 @@ export class WsConnection {
9
} else if (typeof WebSocket !== 'undefined') {
10
this.Class = WebSocket
11
} else {
12
+ /* c8 ignore next 2 */
13
throw new Error('No WebSocket support')
14
}
15
this.url = url
0 commit comments