Web API package for use when compling Go to WASM
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

59 lines
940 B

{
"Type": "Node",
"Interface": true,
"Properties": [
{
"Name": "baseURI",
"Type": "string"
},
{
"Name": "firstChild",
"Type": "*Element"
},
{
"Name": "lastChild",
"Type": "*Element"
},
{
"Name": "nextSibling",
"Type": "*Element"
},
{
"Name": "previousSibling",
"Type": "*Element"
},
{
"Name": "parentElement",
"Type": "*Element"
},
{
"Name": "rootElement",
"Type": "*Element"
},
{
"Name": "prefix",
"Type": "string"
},
{
"Name": "nodeName",
"Type": "string"
},
{
"Name": "textContent",
"Type": "string",
"Setter": true
}
],
"Functions": [
{
"Name": "appendChild",
"Arguments": [
{
"Name": "aChild",
"Type": "*Element"
}
],
"ReturnType": "*Element"
}
]
}