binaryminds / react-native-sse

Event Source implementation for React Native. Server-Sent Events (SSE) for iOS and Android 🚀
https://www.npmjs.com/package/react-native-sse
MIT License
174 stars 27 forks source link

Comply with `EventSource` specification #54

Open hos opened 1 month ago

hos commented 1 month ago

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.