This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
xyh
/
tld_wms
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
cacc35c9a6
Rami (Branch)
Tag
master
tld_wms
/
packages
/
app
/
src
/
utils
/
clearHistoryState.ts
clearHistoryState.ts
86 B
Cronologia
Originale
1
2
3
export function clearHistoryState() {
history.replaceState(null, document.title);
}