jakearchibald / navigation-transitions

336 stars 11 forks source link

Should `popstate` emit the `navigate` event? #17

Open cvan opened 7 years ago

jakearchibald commented 7 years ago

Navigation transitions are only for navigations that result in a new document. Maybe "navigate" is too generic an event name here, or we stick with "navigate" and make navigation-transition stuff fail if it's a popstate (or hashchange) navigation.