Chromium Code Reviews
DescriptionChange the web socket interface
The stream of events from a web socket is now the actual messages
(text as String and binary as List<int>) instead of instances of
MessageEvent. The CloseEvent is reposted as onDone on the stream with
the close code and close reason available as properties on the web
socket object.
Next step is to make the web socket implement IOSink.
R=ajohnsen@google.com
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=19376
Patch Set 1 #
Total comments: 4
Patch Set 2 : Addressed review comments #
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||||||||||||||||||||