Merge pull request #42 from yonathan06/main

Add "duplex: 'half'" to fetch stream example
This commit is contained in:
David P.
2025-08-05 14:45:31 +02:00
committed by GitHub
+1
View File
@@ -312,6 +312,7 @@ const output = new Output({
const uploadComplete = fetch('https://example.com/upload', {
method: 'POST',
body: readable,
duplex: 'half',
headers: {
'Content-Type': output.format.mimeType,
},