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
Use window.location rather than window.location.toString()
window.location is simpler, and works fine given the stringifier on the
Location interface. This makes the example slightly simpler.
I got here from w3ctag/design-reviews#221.
0 commit comments