Skip to content

Conversation

danielpeintner
Copy link
Member

'url.parse' was deprecated since v11.0.0. Use 'url.URL' constructor instead n/no-deprecated-api

see #1430

'url.parse' was deprecated since v11.0.0. Use 'url.URL' constructor instead  n/no-deprecated-api
@danielpeintner danielpeintner mentioned this pull request Oct 7, 2025
14 tasks
Comment on lines +222 to +225
query:
requestUri.search && requestUri.search.length > 0 && requestUri.search[0] === "?"
? requestUri.search.substring(1)
: "",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is a bit clumsy since requestUri.search has a leading ? while the old requestUri.query did not have it

?v=6xJ
vs
v=6xJ

@JKRhb please have a look

@danielpeintner
Copy link
Member Author

Mhh, I am not totally sure why it fails on Ubuntu and works on Windows!?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant