Skip to content

Commit

Permalink
Editorial: Revert "Editorial: move base URL var creation (#260)"
Browse files Browse the repository at this point in the history
This reverts commit 3358cec.
  • Loading branch information
marcoscaceres committed Jan 23, 2023
1 parent 3358cec commit c7a7bef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,14 +356,14 @@ <h4>
</li>
<li>[=Consume user activation=] of |global|.
</li>
<li>Let |base:URL| be [=this=]'s <a>relevant settings object</a>'s
[=environment settings object/API base URL=].
</li>
<li>If [=validate share data=] with |data| and |base| returns
false, then return [=a promise rejected with=] a {{TypeError}}.
</li>
<li>If |data|'s {{ShareData/url}} member is present:
<ol>
<li>Let |base:URL| be [=this=]'s <a>relevant settings object</a>'s
[=environment settings object/API base URL=].
</li>
<li>Let |url:URL| be the result of running the <a>URL
parser</a> on |data|'s {{ShareData/url}} with |base|.
</li>
Expand Down

0 comments on commit c7a7bef

Please sign in to comment.