Skip to content

Commit

Permalink
Set image request initiator to "imageset" when appropriate
Browse files Browse the repository at this point in the history
Fixes #159.
  • Loading branch information
domenic authored and zcorpan committed May 20, 2016
1 parent 8ef5d94 commit bbfba9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -26195,7 +26195,9 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {

<li><p>Set <var>request</var>'s <span data-x="concept-request-client">client</span> to
<var>client</var>, <span data-x="concept-request-type">type</span> to "<code
data-x="">image</code>", and set <var>request</var>'s <span>synchronous flag</span>.</p></li>
data-x="">image</code>", <span data-x="concept-request-initiator">initiator</span> to "<code
data-x="">imageset</code>", and set <var>request</var>'s <span>synchronous
flag</span>.</p></li>

<!--FETCH--><li><p>Let <var>response</var> be the result of <span
data-x="concept-fetch">fetching</span> <var>request</var>.</p></li>
Expand Down

0 comments on commit bbfba9a

Please sign in to comment.