NEW195814
Web Inspector: Network - HAR Export button disable after cross origin navigation
https://bugs.webkit.org/show_bug.cgi?id=195814
Summary Web Inspector: Network - HAR Export button disable after cross origin navigation
Joseph Pecoraro
Reported 2019-03-15 11:59:27 PDT
HAR Export button disable after cross origin navigation Steps to reproduce: 1. inspect <https://webkit.org> 2. go to the Network tab 3. clear the Network table 4. reload the page 5. navigate to <https://apple.com> => Export button is disabled Notes: • `_canExportHAR` returns `false` because `WI.networkManager.mainFrame.mainResource.requestSendDate` is falsy • Seems likely this is a PSON Web Inspector Support issue. We are likely missing details about the main resource navigation in the process swap.
Attachments
Radar WebKit Bug Importer
Comment 1 2019-03-15 11:59:41 PDT
Note You need to log in before you can comment on or make changes to this bug.