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 was archived by the owner on Dec 6, 2022. It is now read-only.
constrequestedUrlNoAnchor=this._userRequestedUrl.split('#')[0];// Frame navigated url doesn't include the anchor
154
+
if(url===requestedUrlNoAnchor||decodeURI(url)===requestedUrlNoAnchor){// 'http://localhost:1234/test%20page' will use the not decoded version, 'http://localhost:1234/test page' will use the decoded version
152
155
// Chrome started to navigate to the user's requested url
0 commit comments