react-native-sse
react-native-sse copied to clipboard
Comply with `EventSource` specification
As describe in specification, the instance of EventSource must have methods onopen, onmessage , onerror.
This PR will add check in dispatch method, to call handlers added as eventSource.method.