We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb7e8c commit a8284f3Copy full SHA for a8284f3
index.html
@@ -767,7 +767,8 @@ <h3>
767
<li>If |json|["start_url"] doesn't [=map/exist=] or
768
|json|["start_url"] is not a [=string=], return.
769
</li>
770
- <li>If |json|["start_url"] is the empty string, return.
+ <li>If the type of |json|["start_url"] is not [=string=], or if
771
+ |json|["start_url"] is the empty string, return.
772
773
<li>Let |start URL:URL| be the result of [=URL Parser|parsing=]
774
|json|["start_url"], using |manifest URL| as the base URL.
0 commit comments