elysia-polyfills icon indicating copy to clipboard operation
elysia-polyfills copied to clipboard

Collection of experimental Elysia.js polyfills

Results 3 elysia-polyfills issues
Sort by recently updated
recently updated
newest added

Headers are should be persisted. Before each time we wanted to add a header, it would create a new header object and then discard it when we tried to later...

I'm using node `20.13.0` and I noticed that CORS was not working. Looking it to it, I found that when trying to set headers on the `Response` object, it wouldn't...

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...