Service Workers aren't displayed when the connection is made via USB
Categories
(DevTools :: about:debugging, defect)
Tracking
(firefox65 unaffected, firefox66 unaffected, firefox67 affected)
Tracking | Status | |
---|---|---|
firefox65 | --- | unaffected |
firefox66 | --- | unaffected |
firefox67 | --- | affected |
People
(Reporter: hyacoub, Unassigned)
Details
Attachments
(2 files)
[Affected versions]:
Nightly 67.0a1
[Affected platforms]:
Platforms: Windows 10 x 64
[Steps to reproduce]:
- Make sure that you are connected to a mobile device using about:debugging, following these steps:
a. In about:config set:- devtools.aboutdebugging.network -> true
- devtools.aboutdebugging.new-enabled -> true
b. Enable remote debugging in the device -> https://developer.mozilla.org/en-US/docs/Tools/WebIDE/Troubleshooting
- From "about:debugging" make sure to be connected to a mobile device.
- On your mobile device go to a website that registers service workers (youtube, twitch, twitter or any of the Demo pages in https://serviceworke.rs/ )
[ Expected result]:
Service Workers should be displayed when any of the websites above are accessed and the connection is made via USB.
[Actual result]:
Service Workers aren't displayed when the connection is made via USB.
Reporter | ||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Hani, can you check exactly which website you tried on the mobile device?
I tried just now and I was able to see service workers while connected via USB to a Firefox for Android (Nightly). It worked fine for Twitter and serviceworke.rs. For Youtube it didn't but I think it's just that youtube is serving a different website for mobile that doesn't have service workers.
Thanks!
Reporter | ||
Comment 2•6 years ago
|
||
I visited again youtube, twitter and serviceworke.rs and only for twitter it works for me this time. (See screenshot attached "service workers.png")
Please feel free to close the bug if you consider that there is no need to keep it open.
Comment 3•6 years ago
|
||
Thanks! For serviceworke.rs, you need to navigate to one of the demo pages in order to register a service worker, for instance:
https://serviceworke.rs/strategy-network-or-cache_demo.html
The home page of https://serviceworke.rs/ will not register anything.
Closing.
Updated•6 years ago
|
Description
•