Closed mrchrisadams closed 2 years ago
This PR swaps out use of the url.parse() in co2.js to in favour of the more modern cross platform WHATWG URL API instead. More below:
url.parse()
https://nodejs.org/api/url.html#url_url_parse_urlstring_parsequerystring_slashesdenotehost
See issue #29 fr more.
@drydenwilliams can I get a second pair of eyes on this from you please?
This PR swaps out use of the
url.parse()
in co2.js to in favour of the more modern cross platform WHATWG URL API instead. More below:https://nodejs.org/api/url.html#url_url_parse_urlstring_parsequerystring_slashesdenotehost
See issue #29 fr more.