I've come to a point in WebEngine v4 where an array of key value pairs needs to be passed into a function, and all I have access to is the Config object. Rather than building my own array, it'd be useful to get a pre-populated associative array from the class.
I've come to a point in WebEngine v4 where an array of key value pairs needs to be passed into a function, and all I have access to is the Config object. Rather than building my own array, it'd be useful to get a pre-populated associative array from the class.