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 22604 - EventSource behaviour after window.stop() is not clearly defined by spec: readyState, events ?
Summary: EventSource behaviour after window.stop() is not clearly defined by spec: rea...
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-07-09 09:16 UTC by contributor
Modified: 2013-08-13 02:59 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2013-07-09 09:16:30 UTC
Specification: http://dev.w3.org/html5/eventsource/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top
Referrer: 

Comment:
EventSource behaviour after window.stop() is not clearly defined by spec:
readyState, events ?


Posted from: 83.146.108.107
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.0 Safari/537.36
Comment 1 Ian 'Hixie' Hickson 2013-07-09 23:01:59 UTC
In what sense is it not well defined? What conflicting states do you think the spec allows?
Comment 2 vic99999 2013-08-12 05:15:22 UTC
spec allows to stop EventSource without firing of the "error" event and without setting readyState to 2
Comment 3 Ian 'Hixie' Hickson 2013-08-12 23:35:44 UTC
I've tried to clarify this; if the spec is still ambiguous please reopen the bug and explain what's wrong. Thanks!
Comment 4 contributor 2013-08-12 23:36:17 UTC
Checked in as WHATWG revision r8142.
Check-in comment: Explain how window.stop() affects window.stop()
http://html5.org/tools/web-apps-tracker?from=8141&to=8142
Comment 5 vic99999 2013-08-13 02:59:51 UTC
Thank you