@@ -35,5 +35,6 @@
dispatchEvent(new CustomEvent("single-file-push-state", { detail: { state, title, url } }));
pushState.call(history, state, title, url);
};
+ history.pushState.toString = function () { return "function pushState() { [native code]"; };
})();