MCPcopy Index your code
hub / github.com/jsdom/jsdom / cssText

Method cssText

lib/jsdom/living/css/CSSKeyframesRule-impl.js:75–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 get cssText() {
76 const rules = this.cssRules._list.map(r => r.cssText).join(" ");
77 const name = serializeCustomIdent(this.name, keyframesExclusions);
78 return `@keyframes ${name} { ${rules} }`;
79 }
80}
81
82exports.implementation = CSSKeyframesRuleImpl;

Callers

nothing calls this directly

Calls 2

serializeCustomIdentFunction · 0.85
mapMethod · 0.80

Tested by

no test coverage detected