koa icon indicating copy to clipboard operation
koa copied to clipboard

Feat: Replace node querystring with URLSearchParams

Open kravorkid opened this issue 8 months ago • 0 comments

Fix #1570 Replace node querystring with URLSearchParams it mimics the way that querystring works

Checklist

  • [x] I have ensured my pull request is not behind the main or master branch of the original repository.
  • [x] I have rebased all commits where necessary so that reviewing this pull request can be done without having to merge it first.
  • [x] I have written a commit message that passes commitlint linting.
  • [x] I have ensured that my code changes pass linting tests.
  • [x] I have ensured that my code changes pass unit tests.
  • [x] I have described my pull request and the reasons for code changes along with context if necessary.

kravorkid avatar Jun 24 '24 16:06 kravorkid