You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
Hi,
I wanted to use Url (https://nodejs.org/api/url.html) in order to parse a string url and then be able to change/add some query parameters. But when I try to change my URL object with url.query.myParam = "maValue" and then when I'm using Url.format I don't have my new parameter. I have seen several properties on the URL object which contains redundant information. What is the one I have to update for my needs ?