MCPcopy
hub / github.com/refined-github/refined-github / cloneNode

Method cloneNode

source/globals.d.ts:102–102  ·  view source on GitHub ↗
(deep?: boolean)

Source from the content-addressed store, hash-verified

100// Make `element.cloneNode()` preserve its type instead of returning Node
101interface Node extends EventTarget {
102 cloneNode(deep?: boolean): this;
103}
104
105interface SignalAsOptions {

Callers 15

addMergeLinkFunction · 0.80
getMenuItemFunction · 0.80
maybeAddIconLegacyFunction · 0.80
maybeAddIconFunction · 0.80
updateFunction · 0.80
handleMenuOpeningFunction · 0.80
initFunction · 0.80
addFunction · 0.80
generateSubmenuFunction · 0.80
handleErroredImageFunction · 0.80
addQuickButtonsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected