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
{{ message }}
This repository was archived by the owner on Oct 5, 2022. It is now read-only.
The recommendation is to use the plain object new Url() but I think it works a bit different; plus this method is exposed through metro as a global utility, so perhaps some testing should be done
As of node v11,
require('url').parseis deprecated (it works, but it is not recommended to use). See https://nodejs.org/api/url.html#url_url_parse_urlstring_parsequerystring_slashesdenotehost.The recommendation is to use the plain object
new Url()but I think it works a bit different; plus this method is exposed through metro as a global utility, so perhaps some testing should be donehere is the piece of code