Hello,
The method relative() of class web.http.URL is overridden by the key 'relative' of a ParseURI.parseUri() return object.
I suggest to add a new method computeRelative() which reference the relative() method.
URL.prototype.computeRelative=URL.prototype.relative;
Regards