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

Method createElementNS

apps/mobile/worker.js:13349–13353  ·  view source on GitHub ↗
(nsp, localName, options)

Source from the content-addressed store, hash-verified

13347 return this.createAttribute(name);
13348 }
13349 createElementNS(nsp, localName, options) {
13350 return nsp === SVG_NAMESPACE
13351 ? new SVGElement$1(this, localName, null)
13352 : this.createElement(localName, options);
13353 }
13354 /* c8 ignore stop */
13355};
13356

Callers 3

onopentagFunction · 0.80
createFunction · 0.80
fFunction · 0.80

Calls 1

createElementMethod · 0.95

Tested by

no test coverage detected