---
title: pushState
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/history/1634175-pushstate
---

# pushState

## Declaration

```data
void pushState(
    any data, 
    DOMString title, 
    optional USVString? url
);
```
