File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 43
43
- [ websocket.send(data[ , options] [ , callback ] )] ( #websocketsenddata-options-callback )
44
44
- [ websocket.terminate()] ( #websocketterminate )
45
45
- [ websocket.url] ( #websocketurl )
46
- - [ WebSocket. createWebSocketStream(websocket[ , options] )] ( #websocketcreatewebsocketstreamwebsocket -options )
46
+ - [ createWebSocketStream(websocket[ , options] )] ( #createwebsocketstreamwebsocket -options )
47
47
- [ WS Error Codes] ( #ws-error-codes )
48
48
- [ WS_ERR_EXPECTED_FIN] ( #ws_err_expected_fin )
49
49
- [ WS_ERR_EXPECTED_MASK] ( #ws_err_expected_mask )
@@ -514,7 +514,7 @@ Forcibly close the connection. Internally this calls [socket.destroy()][].
514
514
515
515
The URL of the WebSocket server. Server clients don't have this attribute.
516
516
517
- ## WebSocket. createWebSocketStream(websocket[ , options] )
517
+ ## createWebSocketStream(websocket[ , options] )
518
518
519
519
- ` websocket ` {WebSocket} A ` WebSocket ` object.
520
520
- ` options ` {Object} [ Options] [ duplex-options ] to pass to the ` Duplex `
You can’t perform that action at this time.
0 commit comments