enum SERVICE_WORKER_STATUS { CONTROLLED = 'controlled', SUPPORTED = 'supported', UNSUPPORTED = 'unsupported', } export default SERVICE_WORKER_STATUS;