We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.