Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rrweb-io/rrweb
/ createCDATASection
Method
createCDATASection
packages/rrdom/src/document.ts:71–71 ·
view source on GitHub ↗
(data: string)
Source
from the content-addressed store, hash-verified
69
createComment(data: string): IRRComment;
70
71
createCDATASection(data: string): IRRCDATASection;
72
73
open(): void;
74
Callers
7
virtual-dom.test.ts
File · 0.65
diff.test.ts
File · 0.65
document.test.ts
File · 0.65
createOrGetNode
Function · 0.65
buildFromNode
Function · 0.65
document-nodejs.test.ts
File · 0.65
buildNode
Function · 0.65
Implementers
2
BaseRRDocument
packages/rrdom/src/document.ts
RRDocument
packages/rrdom-nodejs/src/document-nod
Calls
no outgoing calls
Tested by
no test coverage detected