Update README.md

This commit is contained in:
Martin Obrátil 2014-11-10 21:01:58 +01:00
parent e79219cd87
commit 0b8be215a5

View File

@ -47,5 +47,5 @@ Closes the connection. `onClose` event handler is called when closing of socket
| parameter | type | description |
| ----------- |-----------------------------|--------------|
| `onSuccess` | `() => void` | Success callback, called after connection was successfully closed. `onClose` event handler is called after that callback. (optional)|
| `onSuccess` | `() => void` | Success callback, called after connection was successfully closed. `onClose` event handler is called before that callback. (optional)|
| `onError` | `(message: string) => void` | Error callback, called when some error occurs during this procedure. (optional)|