Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const isPageReload = (() => {
- const entries = window.performance.getEntriesByType(
- 'navigation',
- ) as PerformanceNavigationTiming[];
- return entries.some((nav) => nav.type === 'reload');
- })();
Advertisement
Add Comment
Please, Sign In to add comment