- From: Olli Pettay <Olli.Pettay@helsinki.fi>
- Date: Tue, 24 Jun 2008 12:26:17 +0300
- To: Webapps <public-webapps@w3.org>, Anne van Kesteren <annevk@opera.com>
Hi all, currently per the draft 'abort' and 'error' events are always dispatched to .upload, even if there isn't anything to upload. 'loadstart', 'progress' and 'load' are dispatched only if request entity body is not empty. I think the same restriction should apply to 'abort' and 'error' too. One way to solve this and the upload complete flag handling problem is to set the flag to true in send() if request body is empty. -Olli
Received on Tuesday, 24 June 2008 09:27:25 UTC