w3c / web-share-target

Web API proposal for receiving shared data
https://w3c.github.io/web-share-target/
Other
191 stars 20 forks source link

Use window.location rather than window.location.toString() #48

Closed dbaron closed 6 years ago

dbaron commented 6 years ago

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.