mirror of
https://github.com/tenrok/vue-native-websocket.git
synced 2026-05-26 10:04:05 +03:00
8709b16a78
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`