* João Eiras wrote: >At the same time, the events section >http://www.w3.org/TR/XMLHttpRequest/#events >mentions that the readystate event object must implement the Event >interface, yet there's still nothing which instructs how to fill the >object. Like, which is the event.target, currentTarget property supposed >to hold ?
There is only a single event target that participates in the XMLHttpRe- quest event flow, since Event.target and Event.currentTarget cannot be null, there is only one possible answer to either question. -- Björn Höhrmann · mailto:[EMAIL PROTECTED] · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
