Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-14 | LibWeb: Add missing property and methods for history object | leeight | |
We provide `length` property and `go` / `back` / `forward` methods implementation here. | |||
2021-09-12 | LibWeb: Add the History object and stub pushState and replaceState | Luke Wilde | |
The spec allows us to optionally return from these for any reason. Our reason is that we don't have all the infrastructure in place yet to implement them. |