- From: poot <cvsmail@w3.org>
- Date: Fri, 17 Jun 2011 05:51:23 -0400
- To: public-html-diffs@w3.org
SSE; hixie: this was more confusing that helpful, so let's remove it (whatwg r6253) http://dev.w3.org/cvsweb/html5/eventsource/Overview.html?r1=1.176&r2=1.177&f=h http://html5.org/tools/web-apps-tracker?from=6252&to=6253 =================================================================== RCS file: /sources/public/html5/eventsource/Overview.html,v retrieving revision 1.176 retrieving revision 1.177 diff -u -d -r1.176 -r1.177 --- Overview.html 17 Jun 2011 00:47:14 -0000 1.176 +++ Overview.html 17 Jun 2011 00:49:09 -0000 1.177 @@ -567,10 +567,7 @@ the reconnection time of the event source, if the <code title="dom-EventSource-readyState"><a href="#dom-eventsource-readystate">readyState</a></code> attribute is still set to <code title="dom-EventSource-CONNECTING"><a href="#dom-eventsource-connecting">CONNECTING</a></code>, <span>fetch</span> the event source resource again from the same - <span>origin</span> as the original request triggered by the <code title="dom-EventSource"><a href="#dom-eventsource">EventSource()</a></code> constructor. - <strong>Only if the user agent <a href="#reestablish-the-connection" title="reestablish the - connection">reestablishes the connection</a> does the connection - get opened anew!</strong><p>When a user agent is to <dfn id="fail-the-connection">fail the connection</dfn>, the user + <span>origin</span> as the original request triggered by the <code title="dom-EventSource"><a href="#dom-eventsource">EventSource()</a></code> constructor.<p>When a user agent is to <dfn id="fail-the-connection">fail the connection</dfn>, the user agent must set the <code title="dom-EventSource-readyState"><a href="#dom-eventsource-readystate">readyState</a></code> attribute to <code title="dom-EventSource-CLOSED"><a href="#dom-eventsource-closed">CLOSED</a></code> and <span>queue a task</span> to <span>fire a simple event</span> named <code title="event-error">error</code> at the <code><a href="#eventsource">EventSource</a></code>
Received on Friday, 17 June 2011 09:51:29 UTC