awslabs / llrt

LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.
Apache License 2.0
7.74k stars 342 forks source link

URLSearchParams class needs sort() method #307

Closed imaitland closed 1 month ago

imaitland commented 3 months ago

https://url.spec.whatwg.org/#example-searchparams-sort

Useful for improving cache hits on same, but differently ordered url params.