MCPcopy
hub / github.com/zen-browser/desktop / appendChild

Method appendChild

src/zen/@types/lib.gecko.dom.d.ts:19612–19612  ·  view source on GitHub ↗
(node: Node)

Source from the content-addressed store, hash-verified

19610 readonly previousSibling: Node | null;
19611 textContent: string | null;
19612 appendChild(node: Node): Node;
19613 cloneNode(deep?: boolean): Node;
19614 compareDocumentPosition(other: Node): number;
19615 contains(other: Node | null): boolean;

Callers 15

initFunction · 0.80
_exportThemesFunction · 0.80
_buildModsListFunction · 0.80
_initializeCKSFunction · 0.80
connectedCallbackMethod · 0.80
#initContextMenuMethod · 0.80
#populateTabsListMethod · 0.80
#getDragImageForSplitMethod · 0.80
_animateDropEdgeMethod · 0.80
nsZenViewSplitterClass · 0.80
_createHeaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected