Package: @effect/experimental
Module: Sse
Create a SSE parser.
Adapted from https://github.com/rexxars/eventsource-parser under MIT license.
feed returns an SseError if the pending event exceeds maxEventSize.
Signature
declare const makeParser: (onParse: (event: AnyEvent) => void, options?: DecodeOptions) => Parser
Since v1.0.0