WebKit2.WebContext.prototype.get_spell_checking_enabled
function get_spell_checking_enabled(): Boolean { // Gjs wrapper for webkit_web_context_get_spell_checking_enabled() }
Get whether spell checking feature is currently enabled.
- Returns
true If spell checking is enabled, or false otherwise.