BackendStack21 / 0http

Zero friction HTTP requests router. The need for speed!
https://0http.21no.de
MIT License
158 stars 11 forks source link

String.prototype.replaceAll is supported in Node >= 15 #27

Closed sgurjeet closed 2 years ago

sgurjeet commented 2 years ago

File: /lib/utils/queryparams.js Line 3: new URLSearchParams(search.replaceAll('[]=', '='))

The string function 'replaceAll' is only supported in Node >= 15. This is a breaking change which is causing everything to collapse

jkyberneees commented 2 years ago

Hi @sgurjeet, thanks for reporting. This issue is now fixed and Node.js v10.x is now used in our testing pipeline.