Closed
Bug 674890
Opened 13 years ago
Closed 13 years ago
Update WebSocket API to latest draft - send() should return void
Categories
(Core :: Networking: WebSockets, defect)
Core
Networking: WebSockets
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: mcmanus, Assigned: mcmanus)
References
Details
(Keywords: dev-doc-complete, Whiteboard: [inbound])
Attachments
(1 file)
2.76 KB,
patch
|
sicking
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #666349 +++
We return a boolean from send() instead of void.
Assignee | ||
Updated•13 years ago
|
Assignee | ||
Comment 1•13 years ago
|
||
Comment on attachment 549187 [details] [diff] [review]
patch v1
Review of attachment 549187 [details] [diff] [review]:
-----------------------------------------------------------------
r=me
Attachment #549187 -
Flags: review?(jonas) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Comment on attachment 549187 [details] [diff] [review]
patch v1
idl change.. sr?
Attachment #549187 -
Flags: superreview?(bzbarsky)
Comment 4•13 years ago
|
||
Comment on attachment 549187 [details] [diff] [review]
patch v1
sr=me
Attachment #549187 -
Flags: superreview?(bzbarsky) → superreview+
Assignee | ||
Updated•13 years ago
|
Whiteboard: [inbound]
Assignee | ||
Updated•13 years ago
|
Target Milestone: --- → mozilla8
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 6•13 years ago
|
||
Updated the docs by revising the note on the send() method:
https://developer.mozilla.org/en/WebSockets/WebSockets_reference/WebSocket#send%28%29
Also mentioned on Firefox 8 for developers.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•