()
| 16850 | } |
| 16851 | var currentPopstateTransitionEvent = null; |
| 16852 | function shouldAttemptEagerTransition() { |
| 16853 | var event = window.event; |
| 16854 | if (event && "popstate" === event.type) { |
| 16855 | if (event === currentPopstateTransitionEvent) return !1; |
| 16856 | currentPopstateTransitionEvent = event; |
| 16857 | return !0; |
| 16858 | } |
| 16859 | currentPopstateTransitionEvent = null; |
| 16860 | return !1; |
| 16861 | } |
| 16862 | var scheduleTimeout = "function" === typeof setTimeout ? setTimeout : void 0, |
| 16863 | cancelTimeout = "function" === typeof clearTimeout ? clearTimeout : void 0, |
| 16864 | localPromise = "function" === typeof Promise ? Promise : void 0, |
no outgoing calls
no test coverage detected
searching dependent graphs…