We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea23dbd commit 65778d1Copy full SHA for 65778d1
lighthouse-core/audits/cache-start-url.js
@@ -28,7 +28,7 @@ class CacheStartUrl extends Audit {
28
return {
29
category: 'Manifest',
30
name: 'cache-start-url',
31
- description: 'Cache contains start_url from manifest',
+ description: 'Cache contains start_url from manifest (alpha)',
32
requiredArtifacts: ['CacheContents', 'Manifest', 'URL']
33
};
34
}
0 commit comments