xhr-event-source
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Xhr Event Source

Install

npm install --save xhr-event-source

Usage

import { xhrEventSource, type XHREventSourceInit } from 'xhr-event-source';

xhrEventSource('/api/sse', {
  onmessage: (msg) => {
    console.log(msg);
  },
});

Package Sidebar

Install

npm i xhr-event-source

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

37.4 kB

Total Files

8

Last publish

Collaborators

  • shijinghui