mirror of
https://github.com/servo/servo.git
synced 2025-06-22 16:18:59 +01:00
Implement CustomEvent (#2173)
This commit is contained in:
parent
c753f3ee05
commit
4c997e8934
6 changed files with 121 additions and 3 deletions
|
@ -25,6 +25,7 @@ DOMInterfaces = {
|
|||
'ClientRectList': {},
|
||||
'Comment': {},
|
||||
'Console': {},
|
||||
'CustomEvent': {},
|
||||
'Document': {},
|
||||
'DocumentFragment': {},
|
||||
'DocumentType': {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue