summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/js_proto/dom_proto.js
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/webapp/js_proto/dom_proto.js')
-rw-r--r--remoting/webapp/js_proto/dom_proto.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/remoting/webapp/js_proto/dom_proto.js b/remoting/webapp/js_proto/dom_proto.js
index de12493..c47c990 100644
--- a/remoting/webapp/js_proto/dom_proto.js
+++ b/remoting/webapp/js_proto/dom_proto.js
@@ -212,3 +212,11 @@ chrome.ConsoleMessageBrowserEvent.prototype.message;
/** @type {string} */
chrome.ConsoleMessageBrowserEvent.prototype.sourceId;
+
+/**
+ * The last error of the NaCL embed element.
+ * https://developer.chrome.com/native-client/devguide/coding/progress-events
+ *
+ * @type {string}
+ */
+HTMLEmbedElement.prototype.lastError;