👷♂️ Patch fixes
- Makes it possible to assign a relative URL to
Location.href
,Location.replace()
andLocation.assign()
. Please note that the default URL in Happy DOM is "about:blank" and it is not possible to construct a URL with it as base. It has to be set to another absolute URL first. (#678)
Thank you @Mas0nShi for your contribution!