location-change-event
v1.0.2
Published
Emit an event when the location of the page is changed.
Readme
location-change-event
Emit an event when the location of the page is changed.
Install
npm install --save location-change-eventExample Usage
require('location-change-event');
window.addEventListener('locationchange', function (event) {
console.log('locationchange', event);
});