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`pull/40/head
parent
3a86a906d5
commit
8709b16a78
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue