Bug 105419 - Web Inspector: Support for WebSockets in Workers
Summary: Web Inspector: Support for WebSockets in Workers
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 34565
  Show dependency treegraph
 
Reported: 2012-12-19 05:18 PST by Takashi Toyoshima
Modified: 2014-08-04 07:43 PDT (History)
15 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Takashi Toyoshima 2012-12-19 05:18:31 PST
WebSocket transactions doesn't appear in DevTools if WebSockets are created in SharedWorkers.
In the case of dedicated Workers, Inspector windows for dedicated workers don't have Network tab now.
Comment 1 pdeng6 2012-12-26 21:43:04 PST
Network tab is not supported for worker inspector right now, (https://bugs.webkit.org/show_bug.cgi?id=102103)

Besides web-socket, XHR will also benifits from network panel, espicially in shared-worker case.

Any active work or plan to add network panel for worker?
Comment 2 Pavel Feldman 2012-12-27 04:20:30 PST
(In reply to comment #1)
> Network tab is not supported for worker inspector right now, (https://bugs.webkit.org/show_bug.cgi?id=102103)
> 
> Besides web-socket, XHR will also benifits from network panel, espicially in shared-worker case.
> 
> Any active work or plan to add network panel for worker?

Nope, none I would know of. Are we talking about shared workers or dedicated ones?
Comment 3 Yury Semikhatsky 2012-12-27 08:01:30 PST
(In reply to comment #2)
> (In reply to comment #1)
> > Network tab is not supported for worker inspector right now, (https://bugs.webkit.org/show_bug.cgi?id=102103)
> > 
> > Besides web-socket, XHR will also benifits from network panel, espicially in shared-worker case.
> > 
> > Any active work or plan to add network panel for worker?
> 
> Nope, none I would know of. Are we talking about shared workers or dedicated ones?

If support network tab for one of them it shouldn't be hard to support it for the other.
Comment 4 Radar WebKit Bug Importer 2014-08-03 19:27:34 PDT
<rdar://problem/17898477>
Comment 5 Timothy Hatcher 2014-08-04 07:43:56 PDT
Safari does not support SharedWorkers.