Skip to content

Commit

Permalink
another CI nit
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Apr 26, 2020
1 parent 40755d1 commit cbf3e18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3222,9 +3222,10 @@ naming. [[!HTML]]
<h3 id=urlhost-class>URLHost class</h3>

<pre class=idl>
[Constructor(USVString host),
Exposed=(Window,Worker)]
[Exposed=(Window,Worker)]
interface URLHost {
constructor(USVString host);

readonly attribute URLHostType type;

stringifier USVString toJSON();
Expand Down

0 comments on commit cbf3e18

Please sign in to comment.