This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22869 - var source = new EventSource('updates.cgi'); source.onmessage = function (event) { alert(event.data); };
Summary: var source = new EventSource('updates.cgi'); source.onmessage = function (eve...
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-03 20:01 UTC by contributor
Modified: 2013-08-05 18:01 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2013-08-03 20:01:58 UTC
Specification: http://www.w3.org/TR/2012/CR-eventsource-20121211/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top
Referrer: 

Comment:
var source = new EventSource('updates.cgi');
source.onmessage = function (event) {
  alert(event.data);
};

Posted from: 201.69.220.5
User agent: Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.16
Comment 1 Ian 'Hixie' Hickson 2013-08-05 18:01:15 UTC
?