mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
add popstateevent, hashchangeevent, pagetransitionevent
This commit is contained in:
parent
641b374f0b
commit
11dd0d7c46
13 changed files with 298 additions and 230 deletions
|
@ -97,6 +97,7 @@ var interfaceNamesInGlobalScope = [
|
|||
"FileReader",
|
||||
"FocusEvent",
|
||||
"FormData",
|
||||
"HashChangeEvent",
|
||||
"HTMLAnchorElement",
|
||||
"HTMLAppletElement",
|
||||
"HTMLAreaElement",
|
||||
|
@ -184,10 +185,12 @@ var interfaceNamesInGlobalScope = [
|
|||
"NodeFilter",
|
||||
"NodeIterator",
|
||||
"NodeList",
|
||||
"PageTransitionEvent",
|
||||
"Performance",
|
||||
"PerformanceTiming",
|
||||
"Plugin",
|
||||
"PluginArray",
|
||||
"PopStateEvent",
|
||||
"ProcessingInstruction",
|
||||
"ProgressEvent",
|
||||
"RadioNodeList",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue