On Jan 31, 2007, at 6:48 PM, Maciej Stachowiak wrote:
"loadcancel" - fires if the load is somehow cancelled (for example
an <img> element may have had a new src attribute assigned in the
middle of loading a large image).
There would also be upload versions of all five: "uploadstart",
"uploadprogress", "uploaderror", "upload", "uploadcancel". These do
all the analogous things for upload.
Bjoern points out that there is already an "abort" event which does
what I proposed for "loadcancel", so I suggest using "abort" instead
(and "uploadabort" instead of "uploadcancel").
Regards,
Maciej