Skip to content

Commit

Permalink
Use docURL as start_url (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored Aug 24, 2021
1 parent 1eb7e8c commit a8284f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,8 @@ <h3>
<li>If |json|["start_url"] doesn't [=map/exist=] or
|json|["start_url"] is not a [=string=], return.
</li>
<li>If |json|["start_url"] is the empty string, return.
<li>If the type of |json|["start_url"] is not [=string=], or if
|json|["start_url"] is the empty string, return.
</li>
<li>Let |start URL:URL| be the result of [=URL Parser|parsing=]
|json|["start_url"], using |manifest URL| as the base URL.
Expand Down

0 comments on commit a8284f3

Please sign in to comment.