Re: XMLHttpRequest is an EventTarget ?

* 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:bjoern@hoehrmann.de · 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/ 

Received on Tuesday, 13 February 2007 19:21:02 UTC