CSS.setStyleSheetText
Sets the new stylesheet text, thereby invalidating all existing CSSStyleId
's and CSSRuleId
's contained by this stylesheet.
{
"name": "setStyleSheetText",
"parameters": [
{
"name": "styleSheetId",
"$ref": "StyleSheetId"
},
{
"name": "text",
"type": "string"
}
],
"description": "Sets the new stylesheet text, thereby invalidating all existing CSSStyleId
's and CSSRuleId
's contained by this stylesheet."
}