|
|
dispatchEvent(new CustomEvent("single-file-push-state", { detail: { state, title, url } }));
|
|
dispatchEvent(new CustomEvent("single-file-push-state", { detail: { state, title, url } }));
|
|
|
pushState.call(history, state, title, url);
|
|
pushState.call(history, state, title, url);
|