エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Detect if Chrome DevTools are open (Example)
Here's an interesting snippet taken from the validation code in the new Discover DevTools course ... Here's an interesting snippet taken from the validation code in the new Discover DevTools course prepared by Google and CodeSchool (check it out, btw, it's awesome!): function () { console.profile(); console.profileEnd(); if(console.clear) { console.clear() }; return console.profiles.length > 0; } It exploits the fact that CPU profiles aren't actually run if DevTools are closed. Looks hacky but it



2013/04/13 リンク