node/lib/internal/inspector
Chengzhong Wu b18153598b inspector: add Network.Initiator in inspector protocol
Add initiator stack trace in inspector network events, reflecting
the location where the script created the request.

The `http.client.request.created` event is closer to where user code
creates the http request, and correctly reflects which script
initiated the request.

PR-URL: https://github.com/nodejs/node/pull/56805
Refs: https://github.com/nodejs/node/issues/53946
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
2025-02-08 13:39:19 +00:00
..
network.js inspector: add undici http tracking support 2025-01-08 16:56:42 +00:00
network_http.js inspector: add Network.Initiator in inspector protocol 2025-02-08 13:39:19 +00:00
network_undici.js inspector: add Network.Initiator in inspector protocol 2025-02-08 13:39:19 +00:00