UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

6 lines (5 loc) 161 B
var EventSource = require('..') var es = new EventSource('http://localhost:8080/sse') es.addEventListener('server-time', function (e) { console.log(e.data) })