insertCSS
fun insertCSS(css: String, options: InsertCSSOptions = definedExternally): <Error class: unknown class><String>(source)
A promise that resolves with a key for the inserted CSS that can later be used to remove the CSS via contents.removeInsertedCSS(key)
.
Injects CSS into the current web page and returns a unique key for the inserted stylesheet.