simple-get icon indicating copy to clipboard operation
simple-get copied to clipboard

Switch from querystring to URLSearchParams

Open jimmywarting opened this issue 4 years ago • 0 comments

The querystring API is considered Legacy. While it is still maintained, new code should use the URLSearchParams API instead.

https://github.com/feross/simple-get/blob/81eaf56c012dec4f64f223f4c41811e32ea2ce53/index.js#L9

The npm package is deprecated also: https://www.npmjs.com/package/querystring

jimmywarting avatar Aug 26 '21 17:08 jimmywarting