MCPcopy Index your code
hub / github.com/Tencent/kbone / createHTMLDocument

Function createHTMLDocument

packages/kbone-tool/src/jquery.js:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 window.$$extend('document', {
6 implementation: {
7 createHTMLDocument() {
8 const body = document.createElement('div')
9 return {body}
10 },
11 },
12 })
13 window.$$addAspect('document.getElementsByTagName.after', res => {

Callers

nothing calls this directly

Calls 1

createElementMethod · 0.80

Tested by

no test coverage detected