-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Context
src/server/index.js uses url.parse(req.url, true) which triggers [DEP0169] DeprecationWarning in Node.js. This shows up in every test run.
Proposal
Replace url.parse() with the WHATWG new URL() API. Extract pathname and query using URL and URLSearchParams.
References
src/server/index.jsL118- Node.js DEP0169: https://nodejs.org/api/deprecations.html#DEP0169
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request