armadietto icon indicating copy to clipboard operation
armadietto copied to clipboard

"'url.parse' was deprecated since v11.0.0. Use 'url.URL' constructor instead"

Open raucao opened this issue 3 years ago • 0 comments

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.

raucao avatar Jan 19 '22 15:01 raucao