Questions tagged [web-inspector]

Web Inspectors are a built-in set of developer tools in all modern browsers. Please only use this tag if your question is strictly about these tools and make sure to include a tag for the browser you are using. Do NOT use this tag if you used the web inspector but the problem is unrelated to it.

Web Inspectors are a built-in set of developer tools in all modern browsers. They can be accessed through the context menu and provide a range of functionalities to inspect and debug currently-loaded HTML, CSS and JavaScript.

496 questions
-4
votes
1 answer

How to set a breakpoint where a sound plays

I want to sample some sound effects from a webpage. I searched in the "Sources" and "Network" tabs of the Chrome Inspector, but there are no audio files there. The sound is probably fetched by an AJAX request or generated using the HTML5 Web Audio…
clickbait
  • 2,461
  • 1
  • 20
  • 50
1 2 3
33
34