Currently, there seems to be no way for front-end users to check whether $wgEnableMultiBlocks is enabled on a given wiki. This complicates the development of JavaScript tools related to user blocking, since any action=block request with the newblock parameter set to true will always fail when the variable is not enabled.
I propose adding an enablemultiblocks field to the ApiQuerySiteinfo module.