mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibWeb/HTML: Port Location to new String
This commit is contained in:
parent
7800276c0f
commit
7d50be0b09
Notes:
sideshowbarker
2024-07-16 23:29:49 +09:00
Author: https://github.com/linusg
Commit: 7d50be0b09
Pull-request: https://github.com/SerenityOS/serenity/pull/17718
3 changed files with 74 additions and 56 deletions
|
@ -1,5 +1,5 @@
|
|||
// https://html.spec.whatwg.org/multipage/nav-history-apis.html#location
|
||||
[Exposed=Window]
|
||||
[Exposed=Window, UseNewAKString]
|
||||
interface Location { // but see also additional creation steps and overridden internal methods
|
||||
[LegacyUnforgeable] stringifier attribute USVString href;
|
||||
[LegacyUnforgeable] readonly attribute USVString origin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue