location.assign('') not same as location.assign('/')
location.assign('/') takes me to home page of site location.assign() does nothing (MS edge goes to home page) Not sure which is right, but would like consistency between browsers, for now using location.assign('/')
location.assign('/') takes me to home page of site
location.assign('') does nothing (MS edge goes to home page)
Not sure which is right, but would like consistency between browsers, for now using location.assign('/')
額外的系統細節
已安裝的外掛程式
- Shockwave Flash 32.0 r0
應用程式
- User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0
更多資訊
https://developer.mozilla.org/docs/Web/API/Location/assign says if you don't supply a valid URL, the browser will throw a syntax error.
https://developer.mozilla.org/docs/Web/API/Location/assign says if you don't supply a valid URL, the browser will throw a syntax error.
提出問題者
Not sure, one browser says it is OK Firefox says not
Not sure, one browser says it is OK Firefox says not
I suggest using MDN and the caniuse site for cross-browser compatibility information.
I suggest using MDN and the caniuse site for cross-browser compatibility information.
提出問題者
Could you give me specific URL names?
Could you give me specific URL names?
MDN is the site I linked to before, Mozilla Developer Network.
caniuse: https://caniuse.com/
MDN is the site I linked to before, Mozilla Developer Network.
caniuse: https://caniuse.com/