JSFiddle - React, Tailwind, and code Playground
by btipling
JavaScript
console.log("start");
history.pushState("foo", {foo: "bar"});
console.log("mid");
const f = history.pushState;
f("bar", {bar: "foo"});
console.log("end");
by btipling
console.log("start");
history.pushState("foo", {foo: "bar"});
console.log("mid");
const f = history.pushState;
f("bar", {bar: "foo"});
console.log("end");