Skip to content

Commit

Permalink
URL: IDL test for webkitURL
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed May 22, 2017
1 parent 28b490c commit 853ba58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions url/interfaces.any.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

let idlArray,
idl = `[Constructor(USVString url, optional USVString base),
Exposed=(Window,Worker)]
Exposed=(Window,Worker),
LegacyWindowAlias=webkitURL]
interface URL {
stringifier attribute USVString href;
readonly attribute USVString origin;
Expand All @@ -15,7 +16,7 @@ interface URL {
attribute USVString port;
attribute USVString pathname;
attribute USVString search;
readonly attribute URLSearchParams searchParams;
[SameObject] readonly attribute URLSearchParams searchParams;
attribute USVString hash;
USVString toJSON();
Expand Down

0 comments on commit 853ba58

Please sign in to comment.