insertCSS

abstract fun insertCSS(css: String): <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 <webview>.removeInsertedCSS(key).

Injects CSS into the current web page and returns a unique key for the inserted stylesheet.