Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Keep track of URL changes

オープン
#224 コメント 4 件 リアクション 1 件 担当者 1 名 GitHub で見る

@hashseed がすでに取り組んでいます。

2020年9月17日 から。

評価

この issue はまだ評価されていません。

説明

We use v8 inspector in our project to debug JS code that is running on our isolates and deliver it as a feature to the users to help them debug their code better. Often times the URL to open the debugger(the devtools inspector) seems to break since the URL format is not consistent across different devtools versions/chrome versions.

From our findings we've made a rough estimate of the URL formats:

  • Chrome Version > 84 : devtools://devtools/bundled/inspector.html?
  • Chrome Version > 83 : devtools://devtools/bundled/js_app.html?
  • Older Versions : chrome-devtools://devtools/bundled/js_app.html?

Can anyone redirect me to a comprehensive guide to these change formats and the exact same release versions of these changes? If there a hack to make these changes forward-compatible by any means? We definitely cannot control the version of the chrome the user is accessing our product with!

主要言語
JavaScript
スター
1.6k
フォーク
281
平均マージ
1日 19時間
マージ済み PR(30日)
1

環境構築

このプロジェクトには開発コンテナ、Dockerfile、コントリビューションガイドがありません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

ChromeDevTools/devtools-protocol のほかの issue

ChromeDevTools/devtools-protocol の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。