- From: Maciej Stachowiak <mjs@apple.com>
- Date: Wed, 31 Jan 2007 18:55:40 -0800
- To: Maciej Stachowiak <mjs@apple.com>
- Cc: Charles McCathieNevile <chaals@opera.com>, Web API public <public-webapi@w3.org>
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
Received on Thursday, 1 February 2007 02:56:19 UTC