Commit 8f5c9af9 authored by Travis Fischer's avatar Travis Fischer

👈

parent ad7853a0
...@@ -201,6 +201,7 @@ export async function browserPostEventStream( ...@@ -201,6 +201,7 @@ export async function browserPostEventStream(
} }
} }
// @see https://github.com/rexxars/eventsource-parser
function createParser(onParse: EventSourceParseCallback): EventSourceParser { function createParser(onParse: EventSourceParseCallback): EventSourceParser {
// Processing state // Processing state
let isFirstChunk: boolean let isFirstChunk: boolean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment