summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/History.idl
AgeCommit message (Collapse)Author
2022-10-14LibWeb: Add missing property and methods for history objectleeight
We provide `length` property and `go` / `back` / `forward` methods implementation here.
2021-09-12LibWeb: Add the History object and stub pushState and replaceStateLuke 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.