MCPcopy Create free account
hub / github.com/pywebio/PyWebIO / parseHTML

Function parseHTML

docs/static/pywebio.js:9–13  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

7 DEMO_URL = 'http://pywebio-demos.pywebio.online/doc_demo';
8
9var parseHTML = function (str) {
10 let tmp = document.implementation.createHTMLDocument();
11 tmp.body.innerHTML = str;
12 return tmp.body.children;
13};
14
15function ready(fn) {
16 if (document.readyState != 'loading') {

Callers 1

pywebio.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…