Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -27162,9 +27162,10 @@ document.body.appendChild(wbr);</code></pre>
data-x="navigation-status-status">status</span> is "<code
data-x="navigation-status-pending">pending</code>", <span
data-x="navigation-status-url">url</span> is <var>response</var>'s <span
data-x="concept-response-url">URL</span>, and <span
data-x="concept-response-url">URL</span>, <span
data-x="navigation-status-suggested-filename">suggestedFilename</span> is
<var>suggestedFilename</var>.</p></li>
<var>suggestedFilename</var>, and <span
data-x="concept-response">downloadResponse</span> is <var>response</var>.</p></li>

<li>
<p>If <var>download behavior</var> is not null and <var>download behavior</var>'s
Expand All @@ -27177,7 +27178,8 @@ document.body.appendChild(wbr);</code></pre>
data-x="navigation-status-status">status</span> is "<code
data-x="navigation-status-canceled">canceled</code>", <span
data-x="navigation-status-url">url</span> is <var>response</var>'s <span
data-x="concept-response-url">URL</span>.</p></li>
data-x="concept-response-url">URL</span>, and <span
data-x="concept-response">downloadResponse</span> is <var>response</var>.</p></li>

<li><p>Return.</p></li>
</ol>
Expand Down Expand Up @@ -27231,7 +27233,8 @@ document.body.appendChild(wbr);</code></pre>
data-x="navigation-status-downloaded-filepath">downloadedFilepath</span> is an absolute path
of the downloaded file if available, otherwise null, <span
data-x="navigation-status-url">url</span> is <var>response</var>'s <span
data-x="concept-response-url">URL</span>.</p></li>
data-x="concept-response-url">URL</span>, and <span
data-x="concept-response">downloadResponse</span> is <var>response</var>.</p></li>
</ol>
</li>
</ol>
Expand Down
Loading