Name Description Size
moz.build 340
Registration.css The current layout of a registration is +------+----------------------+----------------+ | Header - scope + timestamp | Unregister_btn | +------+----------------------+----------------| | worker 1 | | worker 2 | | ... | +----------------------------------------------+ | Unregister btn | +----------------------------------------------+ 1954
Registration.js This component is dedicated to display a service worker registration, along the list of attached workers to it. It displays information about the registration as well as an Unregister button. 4498
RegistrationList.css display flex to handle showing the icon with ::before 1574
RegistrationList.js This component handles the list of service workers displayed in the application panel and also displays a suggestion to use about debugging for debugging other service workers. 2581
RegistrationListEmpty.js This component displays help information when no service workers are found for the current target. 3027
Worker.css The current layout of a service worker item is +------------+------------------------------+ | Worker | script_name | | Icon |------------------------------| | | status start_button | +------------+------------------------------+ 1855
Worker.js This component is dedicated to display a worker, more accurately a service worker, in the list of workers displayed in the application panel. It displays information about the worker as well as action links and buttons to interact with the worker (e.g. debug, unregister, update etc...). 6375
WorkersPage.js 2157