binance-dca-bot icon indicating copy to clipboard operation
binance-dca-bot copied to clipboard

Replace the legacy querystring API by the URLSearchParams API

Open Eddict opened this issue 2 years ago • 0 comments

The querystring API is considered Legacy. While it is still maintained, new code should use the <URLSearchParams> API instead. (query-string is a package and URLSearchParams is a native interface.)

Eddict avatar Jun 24 '22 19:06 Eddict