Pushes a new entry onto the browser history stack. No-op on non-web.
static void historyPushState(Object? state, String title, String url) => impl.historyPushState(state, title, url);