RESOLVED WONTFIX 105419
Web Inspector: Support for WebSockets in Workers
https://bugs.webkit.org/show_bug.cgi?id=105419
Summary Web Inspector: Support for WebSockets in Workers
Takashi Toyoshima
Reported 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.
Attachments
pdeng6
Comment 1 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?
Pavel Feldman
Comment 2 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?
Yury Semikhatsky
Comment 3 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.
Radar WebKit Bug Importer
Comment 4 2014-08-03 19:27:34 PDT
Timothy Hatcher
Comment 5 2014-08-04 07:43:56 PDT
Safari does not support SharedWorkers.
Note You need to log in before you can comment on or make changes to this bug.