LoginSignup
35
32

More than 5 years have passed since last update.

[JavaScript][IE] みんなが幸せになれるコード

Posted at

みんなが幸せになれるコードです.

var isMSIE = /*@cc_on!@*/false; 
if (isMSIE) window.close();

※なお Internet Explorer による動作検証は行っておりません

35
32
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
35
32