---
title: replaceState
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/history/1630560-replacestate
---

# replaceState

## Declaration

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