[experimental] Avoid bug in fetch()
with non-object reasons thrown with AbortSignal
#2325
Labels
bug
Something isn't working
Milestone
Overview
The
AbortSignal
reason
can be whatever you want, but there's a bug inundici
<6.7.0 that chokes on signalreasons
that are not objects. Read all about the fix here: nodejs/undici#2833We need to make sure that none of our
reasons
trigger this bug or we're incompatible withundici
<6.7.0 and >6.?.?. In my testing this only blows up in Node 21.The text was updated successfully, but these errors were encountered: