Bug 198507 - ServiceWorker Inspector: Network requests not showing up in Network tab
Summary: ServiceWorker Inspector: Network requests not showing up in Network tab
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-06-03 17:15 PDT by Joseph Pecoraro
Modified: 2019-06-03 17:17 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2019-06-03 17:15:35 PDT
ServiceWorker Inspector: Network requests not showing up in Network tab

Steps to Reproduce:
1. Login to twitter.com
2. Inspect twitter.com Service Worker
3. Scroll the page / open other pages in the main navigation
  => Resources have loaded but Network tab doesn't show the loads

Notes:
• performance.getEntries() shows ResourceTiming entries
Comment 1 Radar WebKit Bug Importer 2019-06-03 17:16:05 PDT
<rdar://problem/51375272>
Comment 2 Joseph Pecoraro 2019-06-03 17:17:31 PDT
Hmm, they do show up in:
https://mdn.github.io/sw-test/

Maybe Twitter is doing something different?