NEW245053
Web Inspector: URL breakpoints should still be able to pause when script is disallowed
https://bugs.webkit.org/show_bug.cgi?id=245053
Summary Web Inspector: URL breakpoints should still be able to pause when script is d...
Devin Rousso
Reported 2022-09-11 13:26:16 PDT
this would include situations like using a `DOMParser` to create an entire subtree, and then adding the root of that subtree to the main DOM e.g. any `<img>`/`<iframe>`/etc. inside the subtree could trigger network requests, but since we're in the middle of layout we cannot pause (see `isSafeToUpdateStyleOrLayout`)
Attachments
Radar WebKit Bug Importer
Comment 1 2022-09-11 13:26:31 PDT
Note You need to log in before you can comment on or make changes to this bug.