We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9d52f commit e08a612Copy full SHA for e08a612
src/util/push-state.js
@@ -37,10 +37,6 @@ export function setStateKey (key: string) {
37
_key = key
38
}
39
40
-export function genNewKey () {
41
- _key = genKey()
42
-}
43
-
44
export function pushState (url?: string, replace?: boolean) {
45
// try...catch the pushState call to get around Safari
46
// DOM Exception 18 where it limits to 100 pushState calls
0 commit comments