armadietto
armadietto copied to clipboard
"'url.parse' was deprecated since v11.0.0. Use 'url.URL' constructor instead"
Note: currently being used without base URL/host a lot, so the implementation needs to be changed a bit.
Also, the warning is slightly wrong in that you can just use the vanilla (WHATWG) URL
constructor instead of having to import url
at all anymore.