Skip to content

docs: document Network tab debugging for fetch/WebSocket (2.8)#3143

Merged
bartlomieju merged 6 commits into
2.8from
docs/2.8-debug-network-tab
May 20, 2026
Merged

docs: document Network tab debugging for fetch/WebSocket (2.8)#3143
bartlomieju merged 6 commits into
2.8from
docs/2.8-debug-network-tab

Conversation

@bartlomieju
Copy link
Copy Markdown
Member

Deno 2.8 wires fetch(), node:http / node:https client requests, and
WebSocket into the Chrome DevTools Network tab via the Network CDP
domain, but the debugging guide didn't mention any of this. This adds a
new "Inspecting network traffic" section to runtime/fundamentals/debugging.md
that explains how to attach DevTools with --inspect-wait and what the
Network tab now shows, with a small fetch() example and a note that
the instrumentation has no overhead when no debugger is attached.

Image references are included as placeholders to be filled in before
merging.

Adds a section to the debugging guide describing the new Chrome
DevTools Network tab support in Deno 2.8 for `fetch()`, `node:http`
/ `node:https` clients, and `WebSocket`. Includes placeholder image
references to be filled in.
bartlomieju

This comment was marked as off-topic.

@bartlomieju bartlomieju merged commit 582ce7e into 2.8 May 20, 2026
1 check was pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant