mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-30 21:01:00 +00:00
6 lines
213 B
Text
6 lines
213 B
Text
|
|
[Exposed=Window]
|
||
|
|
interface History {
|
||
|
|
undefined pushState(any data, DOMString unused, optional USVString? url = null);
|
||
|
|
undefined replaceState(any data, DOMString unused, optional USVString? url = null);
|
||
|
|
};
|