Confirmed users, Bureaucrats and Sysops emeriti
419
edits
(→Types) |
(→Types) |
||
Line 19: | Line 19: | ||
children:Array = []} | children:Array = []} | ||
where appendChild(c) = (c.parent = this, this.children.push(c)) | where appendChild(c) = (c.parent = this, this.children.push(c)) | ||
Link = record {parent:Object = null, | Link = record {parent:Object = null, | ||
Line 44: | Line 43: | ||
principal:Principal, | principal:Principal, | ||
opener:Window, | opener:Window, | ||
document:Document = null} | |||
document:Document = | where load(s) = parse(this, fetch(urlString(s))) | ||
where load(s) = | |||
</pre> | </pre> | ||