Implement worker origin member of WorkerLocation

This commit is contained in:
csmoe 2019-05-07 16:11:45 +08:00
parent 9d9fff3b0a
commit 05bef140bf
57 changed files with 157 additions and 445 deletions

View file

@ -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;