Skip to content

Commit

Permalink
[e] (0) xref
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5832 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 3, 2011
1 parent 2775f57 commit 7171d04
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
14 changes: 7 additions & 7 deletions complete.html
Expand Up @@ -73236,8 +73236,8 @@ <h3 id=event-definitions-0><span class=secno>10.1 </span>Event definitions</h3>

<dd>

<p>Returns the last event ID, for <a href=#server-sent-events>server-sent
events</a>.</p>
<p>Returns the <a href=#concept-event-stream-last-event-id title=concept-event-stream-last-event-id>last event ID
string</a>, for <a href=#server-sent-events>server-sent events</a>.</p>

</dd>

Expand Down Expand Up @@ -73480,11 +73480,11 @@ <h4 id=processing-model-5><span class=secno>10.2.3 </span>Processing model</h4>
framing that are supported by the user agent (one of which must be
<code><a href=#text/event-stream>text/event-stream</a></code>, as described below).</p>

<p>If the event source's last event ID string is not the empty
string, then a <code title=http-last-event-id><a href=#last-event-id>Last-Event-ID</a></code>
HTTP header must be included with the request, whose value is the
value of the event source's last event ID string, encoded as
UTF-8.</p>
<p>If the event source's <a href=#concept-event-stream-last-event-id title=concept-event-stream-last-event-id>last event ID
string</a> is not the empty string, then a <code title=http-last-event-id><a href=#last-event-id>Last-Event-ID</a></code> HTTP header must be
included with the request, whose value is the value of the event
source's <a href=#concept-event-stream-last-event-id title=concept-event-stream-last-event-id>last event
ID string</a>, encoded as UTF-8.</p>

<p>User agents should use the <code>Cache-Control: no-cache</code>
header in requests to bypass any caches for requests of event
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -71086,8 +71086,8 @@ v2 (well, really v0):

<dd>

<p>Returns the last event ID, for <span>server-sent
events</span>.</p>
<p>Returns the <span title=concept-event-stream-last-event-id>last event ID
string</span>, for <span>server-sent events</span>.</p>

</dd>

Expand Down
17 changes: 10 additions & 7 deletions source
Expand Up @@ -82836,8 +82836,9 @@ interface <dfn>WorkerUtils</dfn> {

<dd>

<p>Returns the last event ID, for <span>server-sent
events</span>.</p>
<p>Returns the <span
title="concept-event-stream-last-event-id">last event ID
string</span>, for <span>server-sent events</span>.</p>

</dd>

Expand Down Expand Up @@ -83128,11 +83129,13 @@ interface <dfn>EventSource</dfn> {
framing that are supported by the user agent (one of which must be
<code>text/event-stream</code>, as described below).</p>

<p>If the event source's last event ID string is not the empty
string, then a <code title="http-last-event-id">Last-Event-ID</code>
HTTP header must be included with the request, whose value is the
value of the event source's last event ID string, encoded as
UTF-8.</p>
<p>If the event source's <span
title="concept-event-stream-last-event-id">last event ID
string</span> is not the empty string, then a <code
title="http-last-event-id">Last-Event-ID</code> HTTP header must be
included with the request, whose value is the value of the event
source's <span title="concept-event-stream-last-event-id">last event
ID string</span>, encoded as UTF-8.</p>

<p>User agents should use the <code>Cache-Control: no-cache</code>
header in requests to bypass any caches for requests of event
Expand Down

0 comments on commit 7171d04

Please sign in to comment.