You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.
When using SPA routing, you don't want module import URLs to change when the browser URL changes. If you use document.baseURI instead of location to resolve imports relatively, it takes the document <base href="..."> into account. This mimics the behaviour of other relative requests in the browser.
The text was updated successfully, but these errors were encountered:
When using SPA routing, you don't want module import URLs to change when the browser URL changes. If you use
document.baseURI
instead oflocation
to resolve imports relatively, it takes the document<base href="...">
into account. This mimics the behaviour of other relative requests in the browser.The text was updated successfully, but these errors were encountered: