UNPKG

@splitsoftware/splitio-commons

Version:
5 lines (4 loc) 187 B
export function getEventSource() { // eslint-disable-next-line no-undef -- Feature detection for EventSource return typeof EventSource === 'function' ? EventSource : undefined; }