79340395

Date: 2025-01-08 18:41:01
Score: 1
Natty:
Report link

I use this method to make the query string keys and their values all lower case:

const urlParams = new URLSearchParams(window.location.search.toLowerCase());
const Timeout = urlParams.get('timeout');

This works perfectly well as long as you don't mind the query values also being converted to lower case.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Old-Coder