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

35 lines
875 B
JSON

[
{
"type": "interface",
"name": "Dahut",
"partial": false,
"members": [
{
"type": "attribute",
"static": false,
"stringifier": false,
"inherit": false,
"readonly": false,
"idlType": {
"sequence": false,
"generic": null,
"nullable": false,
"array": false,
"union": false,
"idlType": "DOMString"
},
"name": "type",
"extAttrs": []
}
],
"inheritance": null,
"extAttrs": []
},
{
"type": "exception",
"name": "SomeException",
"members": [],
"inheritance": null,
"extAttrs": []
}
]