WebKit2.WebContext.prototype.get_web_process_count_limit
function get_web_process_count_limit(): Number(guint) {
// Gjs wrapper for webkit_web_context_get_web_process_count_limit()
}
Gets the maximum number of web processes that can be created at the same time for the context.
Since 2.10
- Returns
the maximum limit of web processes, or 0 if there isn't a limit.