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

Method setAttributeNS

packages/rrdom/src/document.ts:96–96  ·  view source on GitHub ↗
(
    namespace: string | null,
    qualifiedName: string,
    value: string,
  )

Source from the content-addressed store, hash-verified

94 setAttribute(name: string, attribute: string): void;
95
96 setAttributeNS(
97 namespace: string | null,
98 qualifiedName: string,
99 value: string,

Callers 3

document.test.tsFile · 0.65
diffPropsFunction · 0.65
buildNodeFunction · 0.65

Implementers 2

BaseRRElementpackages/rrdom/src/document.ts
RRCanvasElementpackages/rrdom/src/index.ts

Calls

no outgoing calls

Tested by

no test coverage detected