ky icon indicating copy to clipboard operation
ky copied to clipboard

TypeError: Cannot set property duplex of #<Request> which has only a gettr with newest chrome version

Open zwedwin opened this issue 1 year ago • 2 comments

In the newest version of chrome (>131.0.6778.85) this line from Ky.ts fails on:

TypeError: Cannot set property duplex of #<Request> which has only a gettr

on all ky.get, ky.post, etc, basically any http request. It did not fail in FireFox. Reverting back to ky 0.31.1 fixed it.

zwedwin avatar Dec 11 '24 21:12 zwedwin

Any luck here?

zwedwin avatar Jan 13 '25 21:01 zwedwin

This is fixed for me in 1.7.5 (but was failing on 0.32.x)

pearofducks avatar Mar 06 '25 13:03 pearofducks