Right now, URL breakpoints are limited to XHR and fetch. They should really include anything that can trigger network activity (but realistically we only care about situations where that trigger is some JavaScript code). ``` let image = new Image; image.src = "foo.png"; // should be able to pause here ```
<rdar://problem/70636814>
Created attachment 412231 [details] [Patch] WIP first attempt that uses the same instrumentation point as `Network` to pause whenever a request is sent
Created attachment 412233 [details] [Patch] WIP rebase
This patch modifies the inspector protocol. Please ensure that any frontend changes appropriately use feature checks for new protocol features.
Comment on attachment 412233 [details] [Patch] WIP LGTM so far, looks like the tests need some fixing.
Pull request: https://github.com/WebKit/WebKit/pull/4239
Committed 254488@main (7ad0216f7c41): <https://commits.webkit.org/254488@main> Reviewed commits have been landed. Closing PR #4239 and removing active labels.