Pooya Parsa
Pooya Parsa
Ah! There is a 3.x tag on npm i believe. Alternatively you can try Nitro nightly only it should be compatible. https://nitro.unjs.io/guide/nightly
Thanks for nice PR dear @Kiansa. I'm gonna some time to think about API and overhead but positive about DX benefits.
Ideally, i would love to have a polyfill based on [wintercg web sockets proposal](https://sockets-api.proposal.wintercg.org/) which workerd currently support ([startTLS](https://developers.cloudflare.com/workers/runtime-apis/tcp-sockets/#opportunistic-tls-starttls)) — and it should enable a universal / spec compatible solution...
(offtopic) @fl0wo have you tried [aws4fetch](https://github.com/mhart/aws4fetch) as an alternative?
For cloudflare users, this feature should be implemented in [workerd](https://github.com/cloudflare/workerd) (upstream tracker: https://github.com/cloudflare/workerd/issues/3820). You can check the native support coverage [from here](https://platform-node-compat.pi0.workers.dev/). We might make a polyfill based on the...
Can you please share a reproduction? Nuxt 2 is EOL, it might be an old bundler support issue.
1.6.7 released with lowered `ES2020` target (thanks @lumirelle for #145) Can someone please confirm if it fixes issues?
Tip: we can use `"ohash-v1": "npm:ohash@^1"` in `devDependencies` to have same effect.
Thanks for spending time to make a reproduction and a detailed issue @ps-20x The issue you are facing is likely due to the usage of `allowQuery` + `passQuery`, which is...
@ps-20x can you try this: ```json "resolutions": { "nitropack": "https://pkg.pr.new/nitrojs/nitro/nitropack@3539#2" }, ```