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

Unified Diff: third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.idl

Issue 2860483002: Add messageerror event handler (Closed)
Patch Set: fix test Created 3 years, 7 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
« no previous file with comments | « third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.idl
diff --git a/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.idl b/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.idl
index c9b2912dc4d6508a812bc085954e3fba3de3d8e8..e321edd5f024ef5cf16017652dab49472f26a78b 100644
--- a/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.idl
+++ b/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.idl
@@ -21,4 +21,5 @@
// event handlers
attribute EventHandler onmessage;
+ attribute EventHandler onmessageerror;
};
« no previous file with comments | « third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698