ISSUE-87 - Public View

invoking open() when readyState is not 0, 1 or 4

State:
CLOSED
Product:
XMLHttpRequest
Raised by:
Anne van Kesteren
Opened on:
2006-09-20
Description:
Currently the specificatoin defines open for when readyState is 0 (or 
1...) (you go to 1) and "If open() is invoked when readyState is 4 (Loaded) all 
members of the object must be set to their initial values."

It doesn't say anything regarding what happens when you invoke it when 
readyState is 2 or 3. Does the request have to be aborted? Is the call to 
open() ignored? What do implementations do?

Note: Some of these links may be accessible only to W3C Members.

Related emails:
  1. ISSUE-87: invoking open() when readyState is not 0, 1 or 4 (from dean+cgi@w3.org on 2006-09-20)
  2. Minutes: WebAPI F2F Session 5, 21 Sept 2006 (from doug.schepers@vectoreal.com on 2006-09-21)
  3. Re: ISSUE-87: invoking open() when readyState is not 0, 1 or 4 (from annevk@opera.com on 2006-11-10)
  4. Re: ISSUE-87: invoking open() when readyState is not 0, 1 or 4 (from annevk@opera.com on 2006-11-14)
  5. Re: ISSUE-87: invoking open() when readyState is not 0, 1 or 4 (from annevk@opera.com on 2006-11-14)

Related notes:

No additional notes.