SukkaW / nolyfill

Speed up your package installation process, reduce your disk usage, and extend the lifespan of your precious SSD.
MIT License
1.11k stars 15 forks source link

nolyfill for querystring #96

Open asukaminato0721 opened 2 months ago

asukaminato0721 commented 2 months ago
npm warn deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm warn deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.

available since node10

SukkaW commented 2 months ago

This package is also being used as a polyfill in the Browser environment. Not sure how we should handle this.