Isserviceworkerready
Tracking the status of ServiceWorker in browsers
Install / Use
/learn @jakearchibald/IsserviceworkerreadyREADME
Is Service Worker Ready Yet?
Tracks the features of service worker supported in browsers. View the site.
Run locally
To install, run the following in the root of your cloned copy of the repo:
npm install
To serve the site on localhost:8000:
npm run serve
To build the site:
npm run build
Contribute
To update data, edit data.json, which is in this format:
//...
"features": [
//...
{
"name", "Feature name or <code>interface.whatever</code>",
"description", "Brief feature details, html <strong>allowed</strong>",
"chrome": {
// 1 = supported
// 0.5 = supported with caveats (eg flags, nightlies, special builds)
// 0 = not supported
"supported": 1
// (optional) browser version
"minVersion": 35,
// (optional) alternate icon, currently supports:
// "chrome-canary"
// "firefox-nightly"
// "webkit"
// "opera-developer"
"icon": "canary",
// (optional) details, cavats, links to tickets, flags etc
"details": [
"Requires <a href=\"https://www.google.co.uk/intl/en/chrome/browser/canary.html\">Chrome Canary</a>"
]
},
"firefox": {},
"opera": {},
"safari": {},
// (optional) details that don't apply to a single browser
"details": [
"<strong>Chrome & Firefox</strong>: sitting in a tree K-I-S-S-I-N-G"
]
},
// ...
]
Related Skills
node-connect
343.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
90.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
