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

Function parseHTML

apps/mobile/worker.js:13640–13641  ·  view source on GitHub ↗
(html, globals = null)

Source from the content-addressed store, hash-verified

13638}
13639
13640const parseHTML = (html, globals = null) =>
13641 new DOMParser().parseFromString(html, "text/html", globals).defaultView;
13642
13643function Document() {
13644 illegalConstructor();

Callers 4

wrapTablesWithDivFunction · 0.90
tinyToTiptapFunction · 0.90
preprocessHTMLFunction · 0.90

Calls 1

parseFromStringMethod · 0.45

Tested by

no test coverage detected