Skip to content

Commit 7b3c15a

Browse files
committed
prefetch is an initiator, not a destination
1 parent 0b4bec4 commit 7b3c15a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26069,11 +26069,14 @@ document.body.appendChild(wbr);</code></pre>
2606926069
element">creating link options</span> from <var>el</var>.</p></li>
2607026070

2607126071
<li><p>Set <var>options</var>'s <span data-x="link options destination">destination</span> to
26072-
"<code data-x="">prefetch</code>".</p></li>
26072+
the empty string.</p></li>
2607326073

2607426074
<li><p>Let <var>request</var> be the result of <span data-x="create a link request">creating a
2607526075
link request</span> given <var>options</var>.</p></li>
2607626076

26077+
<li><p>Set <var>request</var>'s <span data-x="concept-request-initiator">initiator</span> to
26078+
"<code data-x="">prefetch</code>"..</p></li>
26079+
2607726080
<li><p>If <var>request</var> is null, return.</p></li>
2607826081

2607926082
<li><p>Set <var>request</var>'s <span data-x="concept-request-initiator">initiator</span>

0 commit comments

Comments
 (0)