()
| 735 | }, CONFIG.DEBOUNCE_DELAY) |
| 736 | } |
| 737 | const loadHandler = () => { |
| 738 | logger('Page loaded', 'debug') |
| 739 | this.handleNavigation() |
| 740 | } |
| 741 | const popstateHandler = () => { |
| 742 | logger('Popstate navigation detected', 'debug') |
| 743 | this.handleNavigation() |