From 08e75023cdc955c43702f772ffab3080bdda7da9 Mon Sep 17 00:00:00 2001 From: jmajnert Date: Tue, 14 May 2013 16:00:10 +0300 Subject: [PATCH] Update index.html Adding flushPendingMessages() for removing pending system messages --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index ddd5392..4f6acf5 100644 --- a/index.html +++ b/index.html @@ -1093,6 +1093,12 @@

the pool of messages for the given type. Otherwise, it MUST return false. +
+ void flushPendingMessages(DOMString type) +
+
+ The method MUST remove all messages pending in the pool of messages for the given type. +