第一次提交 游戏界面资源数据已更新
This commit is contained in:
16
tools/server2017-64-stable/node_modules/nodejs-websocket/HISTORY.md
generated
vendored
Normal file
16
tools/server2017-64-stable/node_modules/nodejs-websocket/HISTORY.md
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# 1.6.0
|
||||
* Added: `Server#close` as a short hand for `Server#socket.close`
|
||||
|
||||
# 1.5.0
|
||||
* Added: `Connection#send` as a short hand for `Connection#sendText` or `Connection#sendBinary`, depending on the data type (string or Buffer)
|
||||
|
||||
# 1.4.1
|
||||
* Added: example to README
|
||||
|
||||
# 1.4.0
|
||||
* Added: `extraHeaders` option in `ws.connect(URL, [options], [callback])` to let one add custom headers to the HTTP handshake request
|
||||
|
||||
# 1.3.0
|
||||
|
||||
* Added: `Connection#sendPing([data=''])`
|
||||
* Added: `pong(data)` event
|
||||
Reference in New Issue
Block a user