Skip to content

Commit

Permalink
Expose URL/URLSearchParams everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Oct 12, 2021
1 parent 4edcc9f commit a53119e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2871,7 +2871,7 @@ takes a string <var>input</var>, <a>UTF-8 encodes</a> it, and then returns the r
<h3 id=url-class>URL class</h3>

<pre class=idl>
[Exposed=(Window,Worker),
[Exposed=*,
LegacyWindowAlias=webkitURL]
interface URL {
constructor(USVString url, optional USVString base);
Expand Down Expand Up @@ -3195,7 +3195,7 @@ does return a <a>URL-port string</a> so one might have assumed the setter to alw
<h3 id=interface-urlsearchparams>URLSearchParams class</h3>

<pre class=idl>
[Exposed=(Window,Worker)]
[Exposed=*]
interface URLSearchParams {
constructor(optional (sequence&lt;sequence&lt;USVString>> or record&lt;USVString, USVString> or USVString) init = "");

Expand Down

1 comment on commit a53119e

@BadassGhost
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!!!

Please sign in to comment.