You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using node v20.10.0, using Response.json() will make the server return with "response.headers.toJSON is not a function".
I'm using elysia "v1.0.16" and elysia-polyfills "v0.6.4". I'm assuming this is to do with the pollyfills since if i use elysia with something like cloudflare workers where the polyfills arent needed, it works fine
Using node v20.10.0, using Response.json() will make the server return with "response.headers.toJSON is not a function".
I'm using elysia "v1.0.16" and elysia-polyfills "v0.6.4". I'm assuming this is to do with the pollyfills since if i use elysia with something like cloudflare workers where the polyfills arent needed, it works fine
As a little test i used this
going to everything except for "/two" returns how it should
The text was updated successfully, but these errors were encountered: