Files
servo/tests/wpt/css-tests/resources/webidl2/test/syntax/json/exception-inheritance.json

37 lines
908 B
JSON

[
{
"type": "exception",
"name": "DOMException",
"members": [
{
"type": "field",
"name": "code",
"idlType": {
"sequence": false,
"generic": null,
"nullable": false,
"array": false,
"union": false,
"idlType": "unsigned short"
},
"extAttrs": []
}
],
"inheritance": null,
"extAttrs": []
},
{
"type": "exception",
"name": "HierarchyRequestError",
"members": [],
"inheritance": "DOMException",
"extAttrs": []
},
{
"type": "exception",
"name": "NoModificationAllowedError",
"members": [],
"inheritance": "DOMException",
"extAttrs": []
}
]