import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/sse.js";
Classes
Unlike the EventSource API, which takes a URL and only supports GET
request, the EventConsumer API accepts a | |
An SSE (server-sent events) implementation that can be used to send messages
to the client. This implementation is based on the | |
This is an implementation of the EventSource API that serves as a polyfill in environments that do not have native support, such as Node.js. |