ISSUE-48 - Public View

Partial Information when in Receiving state

State:
CLOSED
Product:
XMLHttpRequest
Raised by:
Ian Davis
Opened on:
2006-03-20
Description:
Many of the methods and attributes in the XHR draft specify that particular
types of content should be available when the readyState is 3 (Receiving).
However, because we don't define what "Receiving" means this is not possible in
the general case. 

Does "Receiving" start as soon as the first byte is received? This would mean
that no methods or attributes that rely on parsing of the content can be
satisfied all of the time. For example we say that status MUST represent the
HTTP status code which obviously isn't possible until 3 bytes have been received.

Or it might mean after the status line has been received, or after the headers
etc. Each of these scenarios have different implications for the types and
quantities of content that can be made available.

We need to come up with a clear definition for "Receiving" and write the
constraints on attributes and methods in terms of the information received up to
that point.

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

Related emails:
  1. ISSUE-48: Partial Information when in Receiving state (from dean+cgi@w3.org on 2006-03-20)
  2. Re: ISSUE-48: Partial Information when in Receiving state (from annevk@opera.com on 2006-03-20)
  3. Re: ISSUE-48: Partial Information when in Receiving state (from robin.berjon@expway.fr on 2006-03-21)
  4. Re: ISSUE-48: Partial Information when in Receiving state (from annevk@opera.com on 2006-04-07)

Related notes:

2006-04-07: This is addressed in the draft. (AK)