fetch-event-stream
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "fetch-event-stream", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Server Sent Event (SSE) streaming via `fetch` and Web Streams API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -6,2 +6,7 @@ <!-- deno-fmt-ignore-file --> | ||
* Allows any HTTP method | ||
* Built with native [Web Streams API](https://developer.mozilla.org/en-US/docs/Web/API/Streams_API) | ||
* Works with browser, Node.js, Cloudflare Workers, Deno, and Bun | ||
* Supports WebWorker or Service Worker environments | ||
* Accepts [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController) for cancellable streams | ||
@@ -8,0 +13,0 @@ ## Install |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26131
117