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 Dec 19, 2024. It is now read-only.
when the url starts with a double slash (or more), iron-location generates an incorrect url (hostname is left out). When trying to set this invalid url through the history api, a DOMException is raised ( DOMException: Failed to execute 'pushState' on 'History')
Expected outcome
The host should still be included in the generated url, and the history push state should work as expected
Actual outcome
unhandled DOMException, breaking all following script execution
The text was updated successfully, but these errors were encountered:
Description
when the url starts with a double slash (or more), iron-location generates an incorrect url (hostname is left out). When trying to set this invalid url through the history api, a DOMException is raised ( DOMException: Failed to execute 'pushState' on 'History')
Expected outcome
The host should still be included in the generated url, and the history push state should work as expected
Actual outcome
unhandled DOMException, breaking all following script execution
The text was updated successfully, but these errors were encountered: