[Bug 17262] send function should have async interface

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17262

--- Comment #2 from Takashi Toyoshima <toyoshim@chromium.org> 2012-05-31 08:30:52 UTC ---
As far as I know, XHR allows only one send call, and send operation can be
asynchronous originally.
Caller can know the sending status through event handlers like onprogress and
onloadend.

On the other hand, WebSocket allows continuous calls without any completion
notification.
I think this is a WebSocket specific issue.

I'm not super familiar with XHR, so please correct if my understanding was
wrong.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 31 May 2012 08:30:57 UTC