scala-js / scala-js-dom

Statically typed DOM API for Scala.js
Other
315 stars 160 forks source link

Fetch `RequestInit` needs duplex attribute #748

Closed ptrdom closed 1 year ago

ptrdom commented 1 year ago

Duplex set to "half" is currently required for ReadableStream in request body to work.

https://github.com/whatwg/fetch/pull/1457

ptrdom commented 1 year ago

It is actually there :)