This event fires when the state of the object has changed.
Some objects may need to be completely loaded before you can properly interact with them. This is a means of getting a call-back when the ready state of an object changes. It saves the need for watching the readyState in a polling loop, which is wasteful of resources and a generally deprecated technique.
Prev | Home | Next |
onPropertyChange | Up | onReset |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |