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 6a2156d commit 51d300bCopy full SHA for 51d300b
lib/stream.js
@@ -52,7 +52,7 @@ class ServerSentEvent {
52
* @returns {ReadableStream<ServerSentEvent> & AsyncIterable<ServerSentEvent>}
53
*/
54
function createReadableStream({ url, fetch, options = {} }) {
55
- const { useFileOutput = false, headers = {}, ...initOptions } = options;
+ const { useFileOutput = true, headers = {}, ...initOptions } = options;
56
57
return new ReadableStream({
58
async start(controller) {
0 commit comments