using modernizr to determine if multiple window open is supported
问题 the problem I've encountered is documented here. window.open behaviour in chrome tabs/windows where you can not open multiple windows via javascript in chrome. I would like to open the multiple windows if it is supported, if it is not supported I will simply return a list of links. is there a way using modernizr or something besides browser sniffing that I can determine if the behavior is supported? 回答1: This ability to open multiple windows various widely between browser and even by browser