Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: client/dom/generated/src/frog/WebSocket.dart

Issue 8665012: Switch to " native '*Class' " (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 class WebSocket native "WebSocket" { 2 class WebSocket native "*WebSocket" {
3 3
4 String URL; 4 String URL;
5 5
6 String binaryType; 6 String binaryType;
7 7
8 int bufferedAmount; 8 int bufferedAmount;
9 9
10 String extensions; 10 String extensions;
11 11
12 EventListener onclose; 12 EventListener onclose;
(...skipping 15 matching lines...) Expand all
28 bool dispatchEvent(Event evt) native; 28 bool dispatchEvent(Event evt) native;
29 29
30 void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native; 30 void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native;
31 31
32 bool send(String data) native; 32 bool send(String data) native;
33 33
34 var dartObjectLocalStorage; 34 var dartObjectLocalStorage;
35 35
36 String get typeName() native; 36 String get typeName() native;
37 } 37 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/WebKitTransitionEvent.dart ('k') | client/dom/generated/src/frog/WheelEvent.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698