Data Loading Events

Mark Birbeck's picture

The following events provide notifications about the progress of a submission.

wab:load-start

Indicates that a load is taking place. Some indicator on the Event object will indicate whether the load is taking place from a URI specified by src or by inline mark-up.

wab:load-complete

Indicates that a load is complete. Some indicators on the Event object might tell us how much data was loaded, etc.

wab:load-error

Indicates that the instance could not load the data. Could also have some indication of what caused the error, so that you could work out what sequence of events led to the particular data being used.

wab:load-progress

Some kind of progress indication--perhaps with number of bytes loaded, how many left, percentages, etc.

load

This is the usual HTML load event, and I think is dispatched when the entire document is loaded.