mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
[
|
|
{
|
|
"type": "interface",
|
|
"name": "MyConstants",
|
|
"partial": false,
|
|
"members": [
|
|
{
|
|
"type": "const",
|
|
"nullable": true,
|
|
"idlType": "boolean",
|
|
"name": "ARE_WE_THERE_YET",
|
|
"value": {
|
|
"type": "boolean",
|
|
"value": false
|
|
},
|
|
"extAttrs": []
|
|
}
|
|
],
|
|
"inheritance": null,
|
|
"extAttrs": []
|
|
},
|
|
{
|
|
"type": "interface",
|
|
"name": "Node",
|
|
"partial": false,
|
|
"members": [
|
|
{
|
|
"type": "attribute",
|
|
"static": false,
|
|
"stringifier": false,
|
|
"inherit": false,
|
|
"readonly": true,
|
|
"idlType": {
|
|
"sequence": false,
|
|
"generic": null,
|
|
"nullable": true,
|
|
"array": false,
|
|
"union": false,
|
|
"idlType": "DOMString"
|
|
},
|
|
"name": "namespaceURI",
|
|
"extAttrs": []
|
|
}
|
|
],
|
|
"inheritance": null,
|
|
"extAttrs": []
|
|
}
|
|
] |