[Bug 17262] send function should have async interface

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

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |ian@hixie.ch
         Resolution|                            |WORKSFORME

--- Comment #22 from Ian 'Hixie' Hickson <ian@hixie.ch> 2012-07-10 21:35:40 UTC ---
I don't understand what this bug has to do with the WebSockets API. The send()
method in WebSockets is already implementable in a completely async manner.
It's up to the browser to get a copy-on-write reference to the underlying data,
but that's an implementation detail.

-- 
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 Tuesday, 10 July 2012 21:35:42 UTC