react-native-sse icon indicating copy to clipboard operation
react-native-sse copied to clipboard

Comply with `EventSource` specification

Open hos opened this issue 1 year ago • 1 comments

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.

hos avatar May 23 '24 16:05 hos