The replaceSync()
method of the CSSStyleSheet
interface synchronously replaces the content of the stylesheet with the content passed into it.
The replaceSync()
and CSSStyleSheet.replace()
methods can only be used on a stylesheet created with the CSSStyleSheet()
constructor.