* Synchronously replace the stylesheet content * @param {string} cssText CSS text content
(cssText)
| 624 | * @param {string} cssText CSS text content |
| 625 | */ |
| 626 | replaceSync(cssText) { |
| 627 | this._cssText = cssText; |
| 628 | this._parseCssRules(cssText); |
| 629 | } |
| 630 | |
| 631 | /** |
| 632 | * Asynchronously replace the stylesheet content |
no test coverage detected