mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +01:00
Implement worker origin member of WorkerLocation
This commit is contained in:
parent
9d9fff3b0a
commit
05bef140bf
57 changed files with 157 additions and 445 deletions
|
@ -6,7 +6,7 @@
|
|||
[Exposed=Worker]
|
||||
interface WorkerLocation {
|
||||
/*stringifier*/ readonly attribute USVString href;
|
||||
// readonly attribute USVString origin;
|
||||
readonly attribute USVString origin;
|
||||
readonly attribute USVString protocol;
|
||||
readonly attribute USVString host;
|
||||
readonly attribute USVString hostname;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue