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

Unified Diff: Source/modules/presentation/PresentationSession.idl

Issue 1206513004: [PresentationAPI] on-session-message handler for binary messages (Blink side). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: generic interface to receive binary messages. Created 5 years, 6 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: Source/modules/presentation/PresentationSession.idl
diff --git a/Source/modules/presentation/PresentationSession.idl b/Source/modules/presentation/PresentationSession.idl
index 6c330498a53b63d03f1084811d8c968fc46a11f1..9c0471e510a84dd54302a962b5e848920e8f86b1 100644
--- a/Source/modules/presentation/PresentationSession.idl
+++ b/Source/modules/presentation/PresentationSession.idl
@@ -22,6 +22,7 @@ enum PresentationSessionState {
[RaisesException] void send(Blob data);
void close();
+ attribute BinaryType binaryType;
USE s.singapati at gmail.com 2015/06/30 14:32:29 "enum BinaryType" is already defined in WebSocket.
attribute EventHandler onmessage;
attribute EventHandler onstatechange;
};

Powered by Google App Engine
This is Rietveld 408576698