MCPcopy
hub / github.com/streetwriters/notesnook / createElement

Method createElement

apps/mobile/worker.js:13242–13244  ·  view source on GitHub ↗
(localName)

Source from the content-addressed store, hash-verified

13240 return new DocumentType$1(this, name, publicId, systemId);
13241 }
13242 createElement(localName) {
13243 return new Element$1(this, localName);
13244 }
13245 createRange() {
13246 const range = new Range();
13247 range.commonAncestorContainer = this;

Callers 15

createElementNSMethod · 0.95
enterNodeSelectionModeFunction · 0.45
getPageFunction · 0.45
resolveUrlFunction · 0.45
injectCssFunction · 0.45
newCanvasFunction · 0.45
embedFontsFunction · 0.45
downloadStylesheetFunction · 0.45
rulesToStyleNodeFunction · 0.45
wrapTablesWithDivFunction · 0.45
preprocessHTMLFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected