Implemented stub for NavigatorPlugins

This commit is contained in:
Connor Brewster 2016-04-08 14:22:40 -06:00
parent c56eb65b7c
commit e83d29a7eb
13 changed files with 316 additions and 124 deletions

View file

@ -193,6 +193,8 @@ var interfaceNamesInGlobalScope = [
"KeyboardEvent",
"Location",
"MessageEvent",
"MimeType",
"MimeTypeArray",
"MouseEvent",
"NamedNodeMap",
"Navigator",
@ -202,6 +204,8 @@ var interfaceNamesInGlobalScope = [
"NodeList",
"Performance",
"PerformanceTiming",
"Plugin",
"PluginArray",
"ProcessingInstruction",
"ProgressEvent",
"RadioNodeList",