binaryage / binaryage/firequery
Firequery spams warnings in console
オープン
investigate
- 主要言語
- JavaScript
- スター
- 170
- フォーク
- 18
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Firequery spams messages to the console of the webdeveloper plugin, when a page doesn't use jQuery (Click on right icon in the WebDeveloper Toolbar).
It's the check in Line 136:
if (window.jQuery) {
That results in many "Warning: window.jQuery is undefined" messages...
Better use a typeof check :)
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
WebDeveloper プラグインのコードの 136 行目にあるチェックから始め、jQuery のないページでコンソール警告を再現します。変更したチェックが jQuery の存在時には引き続き jQuery を検出し、不在時には "window.jQuery is undefined" 警告を生成しないことを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- tooling
- issue の種類
- バグ
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 45/100