mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
add readonly pathname function in location
pathname function implemented in UrlHelper 'url is null' check is skip for now
This commit is contained in:
parent
db104b738e
commit
77f3b25e65
3 changed files with 15 additions and 1 deletions
|
@ -16,6 +16,7 @@ interface URLUtils {
|
|||
// attribute USVString hostname;
|
||||
// attribute USVString port;
|
||||
// attribute USVString pathname;
|
||||
readonly attribute USVString pathname;
|
||||
// attribute USVString search;
|
||||
readonly attribute USVString search;
|
||||
// attribute URLSearchParams searchParams;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue