2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-05-26 10:04:05 +03:00
Files
vue-native-websocket/dist
Michgeek 8709b16a78 Add support to native events
Native event was passed capitalized which cause unexpected camelCase
conversion.

Event is now passed without uppercasing and save string transformations

e.g.
SOCKET_CONNECT       => `socket_cONNECT`      instead of `socket_connect`
SOCKET_CONNECT_ERROR => `socket_cONNECTERROR` instead of `socket_connectError`
2017-03-29 16:10:27 +11:00
..
2017-03-29 16:10:27 +11:00
2016-12-31 01:18:10 +03:00