You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console.log with node an object which contains a url with ? using Windows PowerShell
for e.g. console.log( { linkText: 'DuckDuck Go: my query', href: 'https://duckduckgo.com/?q=myquery&t=h_&ia=web', parentCell: 3 }, { linkText: 'DuckDuck Go', href: 'https://duckduckgo.com/', parentCell: 3 } );
The console will show the href, over which if the mouse hovers it will allow you to ctrl+click.
For the link 'https://duckduckgo.com/?q=myquery&t=h_&ia=web', the url copied and opened in the browser will also contain ',.
While in the case of duckduckgo this is not a problem, for other urls it can produce 404 errors.
This seems to happen only with urls containing ? in the url.
Does this issue occur when all extensions are disabled?: Yes/No
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
?
using Windows PowerShellfor e.g.
console.log( { linkText: 'DuckDuck Go: my query', href: 'https://duckduckgo.com/?q=myquery&t=h_&ia=web', parentCell: 3 }, { linkText: 'DuckDuck Go', href: 'https://duckduckgo.com/', parentCell: 3 } );
'https://duckduckgo.com/?q=myquery&t=h_&ia=web',
the url copied and opened in the browser will also contain',
.While in the case of duckduckgo this is not a problem, for other urls it can produce 404 errors.
?
in the url.Does this issue occur when all extensions are disabled?: Yes/No
The text was updated successfully, but these errors were encountered: