pilcrowonpaper/arctic

TypeError: RequestInit: duplex option is required when sending a body

Closed this issue · 3 comments

That's... weird. I believe the duplex stuff is when you send ReadableStream in fetch(), but we don't use ReadableStream

I just follow the doc.

@pilcrowonpaper I tried with the next version of arctic arctic@next and it works fine now with no errors.

Thanks