Update externs file with more interop calls.

This commit is contained in:
Andrey Antukh 2016-04-09 23:13:25 +03:00
parent 78987419d2
commit 650bbabe94
No known key found for this signature in database
GPG Key ID: 4DFEBCB8316A8B95

View File

@ -25,5 +25,8 @@ var TopLevel = {
"value": function() {},
"identifier": function() {},
"getBoundingClientRect": function() {},
"getBBox": function() {}
"getBBox": function() {},
"addEventListener": function() {},
"postMessage": function() {},
"data": function() {}
};