fix(fs): writeFile with ReadableStream throws (#2907)

This commit is contained in:
Tony
2025-08-10 18:44:33 +08:00
committed by GitHub
parent b8056f484c
commit 4eb36b0ff5
4 changed files with 103 additions and 96 deletions
+6
View File
@@ -0,0 +1,6 @@
---
fs: patch
fs-js: patch
---
Fixed calling `writeFile` with `data: ReadableStream` throws `Invalid argument`