We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26c566 commit f2098d8Copy full SHA for f2098d8
src/utils/fetch-sse.mjs
@@ -34,6 +34,7 @@ export async function fetchSSE(resource, options) {
34
parser.feed(formattedStr)
35
} catch (error) {
36
console.debug('json error', error)
37
+ parser.feed(str)
38
}
39
40
0 commit comments