mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +00:00
LibWeb: Port History interface from DeprecatedString to String
This commit is contained in:
parent
7b79324548
commit
72f54eca26
4 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
// https://html.spec.whatwg.org/multipage/history.html#the-history-interface
|
||||
[Exposed=Window]
|
||||
[Exposed=Window, UseNewAKString]
|
||||
interface History {
|
||||
readonly attribute unsigned long length;
|
||||
// FIXME: attribute ScrollRestoration scrollRestoration;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue