MCPcopy Create free account
hub / github.com/Lobos/react-ui / supportsGoWithoutReloadUsingHash

Function supportsGoWithoutReloadUsingHash

docs/lib/ReactRouter.js:1671–1674  ·  view source on GitHub ↗

* Returns false if using go(n) with hash history causes a full page reload.

()

Source from the content-addressed store, hash-verified

1669 */
1670
1671 function supportsGoWithoutReloadUsingHash() {
1672 var ua = navigator.userAgent;
1673 return ua.indexOf('Firefox') === -1;
1674 }
1675
1676/***/ },
1677/* 16 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…