Files
socket.io/lib
Damien Arrachequesne 74893d53ca [feat] Add a 'binary' flag (#1194)
So that the call to the `has-binary` method can be skipped. Usage:

```
// with binary data
socket.binary(true).emit("binary", obj);

// without binary data
socket.binary(false).emit("string", obj);

// call to hasBin
socket.emit("guess", obj);
```
2018-03-10 07:49:12 +01:00
..
2016-02-28 02:36:06 +08:00
2018-03-10 07:49:12 +01:00
2016-02-28 02:36:06 +08:00