MCPcopy
hub / github.com/rrweb-io/rrweb / createDocument

Method createDocument

packages/rrdom/src/document.ts:51–51  ·  view source on GitHub ↗
(
    _namespace: string | null,
    _qualifiedName: string | null,
    _doctype?: DocumentType | null,
  )

Source from the content-addressed store, hash-verified

49 compatMode: 'BackCompat' | 'CSS1Compat';
50
51 createDocument(
52 _namespace: string | null,
53 _qualifiedName: string | null,
54 _doctype?: DocumentType | null,

Callers 5

document.test.tsFile · 0.65
rebuild.test.tsFile · 0.65
buildNodeFunction · 0.65

Implementers 2

BaseRRDocumentpackages/rrdom/src/document.ts
RRDocumentpackages/rrdom-nodejs/src/document-nod

Calls

no outgoing calls

Tested by

no test coverage detected