-
-
Notifications
You must be signed in to change notification settings - Fork 702
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
const res = await fetch( "https://api.github.com/repos/softvisio/playground", {
"method": "PATCH",
"body": Buffer.from( "test" ),
"duplex": "half",
} );returns error:
Cannot perform ArrayBuffer.prototype.slice on a detached ArrayBuffer
This worked previously.
Introduced in undici v7.19.2.
Reproducible By
Expected Behavior
Logs & Screenshots
Environment
undici: 7.19.2
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working