Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Keep track of URL changes

Aperta
#224 4 commenti 1 reazione 1 assegnatario Vedi su GitHub

@hashseed ci sta già lavorando.

Dal 17/9/2020.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

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!

Lingua principale
JavaScript
Stelle
1.6k
Fork
281
Merge medio
1g 19h
PR unite (30g)
1

Preparare l'ambiente

Questo progetto non fornisce container di sviluppo, Dockerfile né guida per i contributori, quindi l'ambiente è a tuo carico: parti dal suo README e consulta la nostra guida al primo contributo per i passaggi generali.

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di ChromeDevTools/devtools-protocol

Tutte le issue di ChromeDevTools/devtools-protocol

Issue simili

Altre issue su JavaScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.