UNPKG

@elefunc/fetcheventsource

Version:

FetchEventSource - combines the full power of fetch() with EventSource streaming. Supports ALL HTTP methods, request bodies, headers, and fetch options.

32 lines (31 loc) 780 B
{ "name": "@elefunc/fetcheventsource", "version": "1.0.4", "description": "FetchEventSource - combines the full power of fetch() with EventSource streaming. Supports ALL HTTP methods, request bodies, headers, and fetch options.", "main": "index.js", "type": "module", "exports": { ".": "./index.js" }, "scripts": { "prepublishOnly": "echo 'Use ./with-resolved-symlinks.sh bun publish instead of direct bun publish'" }, "files": [ "index.js", "README.md" ], "keywords": [ "eventsource", "server-sent-events", "sse", "fetch", "streaming", "real-time", "http", "post", "eventstream" ], "author": "Elefunc, Inc. <npm@elefunc.com>", "license": "MIT", "homepage": "https://js.rt.ht/FetchEventSource" }