Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

location.assign('') not same as location.assign('/')

more options

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('/')

Wszystkie odpowiedzi (5)

more options

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.

more options

Not sure, one browser says it is OK Firefox says not

more options

I suggest using MDN and the caniuse site for cross-browser compatibility information.

more options

Could you give me specific URL names?

more options

MDN is the site I linked to before, Mozilla Developer Network.

caniuse: https://caniuse.com/