mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
parent
e7808c526c
commit
a8e4558e82
26 changed files with 310 additions and 956 deletions
|
@ -11,11 +11,15 @@ interface URLUtilsReadOnly {
|
|||
readonly attribute USVString href;
|
||||
//readonly attribute USVString origin;
|
||||
|
||||
//readonly attribute USVString protocol;
|
||||
//readonly attribute USVString host;
|
||||
//readonly attribute USVString hostname;
|
||||
//readonly attribute USVString port;
|
||||
//readonly attribute USVString pathname;
|
||||
readonly attribute USVString protocol;
|
||||
readonly attribute USVString host;
|
||||
readonly attribute USVString hostname;
|
||||
readonly attribute USVString port;
|
||||
readonly attribute USVString pathname;
|
||||
readonly attribute USVString search;
|
||||
readonly attribute USVString hash;
|
||||
|
||||
// This is only doing as well as gecko right now, bug 824857 is on file for
|
||||
// adding attribute stringifier support.
|
||||
stringifier;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue