@segment/analytics-next
Version:
Analytics Next (aka Analytics 2.0) is the latest version of Segment’s JavaScript SDK - enabling you to send your data to any tool without having to learn, test, or use a new API every time.
11 lines • 491 B
TypeScript
/**
* Register event listener on document that fires when:
* * tab change or tab close (in mobile or desktop)
* * click back / forward button
* * click any link or perform any other navigation action
* * soft refresh / hard refresh
*
* adapted from https://stackoverflow.com/questions/3239834/window-onbeforeunload-not-working-on-the-ipad/52864508#52864508,
*/
export declare const onPageChange: (cb: (unloaded: boolean) => void) => void;
//# sourceMappingURL=on-page-change.d.ts.map