ISSUE-91 - Public View

Invoking send() multiple times is undefined

State:
CLOSED
Product:
XMLHttpRequest
Raised by:
Anne van Kesteren
Opened on:
2006-09-24
Description:
Because invoking send() can't directly change readyState cases like:

  client.open(...)
  client.send()
  client.send()

... are currently undefined. User agents seem to do various things... This and 
some other issues seem to ask for some readyState value of 1.5 or something...

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

Related emails:
  1. ISSUE-91: Invoking send() multiple times is undefined (from dean+cgi@w3.org on 2006-09-24)
  2. ISSUE-91 and ISSUE-92: send() flag (from annevk@opera.com on 2006-09-28)

Related notes:

2006-09-30: Closing this; see e-mail.