NEW308894
Web Inspector: Site Isolation: Network domain interception
https://bugs.webkit.org/show_bug.cgi?id=308894
Summary Web Inspector: Site Isolation: Network domain interception
Blaze Burg
Reported 2026-02-28 11:52:11 PST
Request/response interception requires synchronous-ish coordination between UIProcess and WebProcess. The WebProcess must pause the network load until the frontend responds via the UIProcess. Work items: - Add interception hooks to NetworkAgentInstrumentation interface - Forward setInterceptionEnabled, addInterception, removeInterception to WebProcesses - Implement interceptContinue, interceptWithRequest, interceptWithResponse as UIProcess-to-WebProcess commands - NetworkAgentProxy must hold pending requests until UIProcess resolves them - Handle process crashes gracefully (avoid deadlocks) Radar cross-reference: rdar://143782685
Attachments
Radar WebKit Bug Importer
Comment 1 2026-03-04 15:54:18 PST
Note You need to log in before you can comment on or make changes to this bug.