baseprime / grapnel

The smallest JavaScript router with named parameters, HTML5 pushState, and middleware support
http://grapnel.js.org
467 stars 40 forks source link

Offer 'silent' option to prevent Grapnel from modifying browser history / window.location #60

Closed drschwabe closed 5 years ago

drschwabe commented 8 years ago

For my project I only want Grapnel for the basic routing and so this change does the trick. This would also let you add an alternative router to handle pushState or window.location hash changes.