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

Method write

packages/rrdom/src/document.ts:77–77  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

75 close(): void;
76
77 write(content: string): void;
78}
79export interface IRRElement extends IRRNode {
80 tagName: string;

Callers 7

diff.test.tsFile · 0.65
document.test.tsFile · 0.65
dialog.test.tsFile · 0.65
renderFunction · 0.65
buildNodeWithSNFunction · 0.65
rrdom.test.tsFile · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

renderFunction · 0.52