mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Basic skeleton for DOMException
Spec: http://dom.spec.whatwg.org/#domexception This is a subtask for #1542.
This commit is contained in:
parent
6c63de1c03
commit
0c6de1bb34
4 changed files with 157 additions and 0 deletions
|
@ -160,6 +160,10 @@ DOMInterfaces = {
|
|||
],
|
||||
},
|
||||
|
||||
'DOMException': {
|
||||
'nativeType': 'DOMException',
|
||||
},
|
||||
|
||||
'DOMImplementation': {
|
||||
'nativeType': 'DOMImplementation',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue