For the purpose of sharing what I learned so far, we can add the following script to the config.js, however it is not that helpful as config.js gets called only is the ckEditor is working:
if ( CKEDITOR.env.isCompatible ){
alert( "ckEditor is compatible with this browser" );
} else {
alert ( "not compatible ckEditor with this browser!"); // this part will never reach
}