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

Unified Diff: lib/dom/dom.dart

Issue 10918059: Changing websocket API to make it possible to send array buffers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Sync to latest. Created 8 years, 3 months 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 side-by-side diff with in-line comments
Download patch
Index: lib/dom/dom.dart
diff --git a/lib/dom/dom.dart b/lib/dom/dom.dart
index df4261122234119b8bb8451e063a52e09c05bcb2..d3361e461a07012967e17aec265e5fee97ada6e1 100644
--- a/lib/dom/dom.dart
+++ b/lib/dom/dom.dart
@@ -12089,7 +12089,7 @@ interface WebSocket extends EventTarget default _WebSocketFactoryProvider {
void removeEventListener(String type, EventListener listener, [bool useCapture]);
- bool send(String data);
+ bool send(/*custom*/ data);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a

Powered by Google App Engine
This is Rietveld 408576698