Skip to content

Commit

Permalink
link to appcache doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kaycebasques committed Jun 12, 2017
1 parent d59fd6d commit d44c273
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lighthouse-core/audits/dobetterweb/appcache-manifest.js
Expand Up @@ -22,7 +22,8 @@ class AppCacheManifestAttr extends Audit {
category: 'Offline',
name: 'appcache-manifest',
description: 'Avoids Application Cache',
helpText: 'Application Cache has been [deprecated](https://html.spec.whatwg.org/multipage/browsers.html#offline) by [Service Workers](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API/Using_Service_Workers). Consider implementing an offline solution using the [Cache Storage API](https://developer.mozilla.org/en-US/docs/Web/API/Cache).',
helpText: 'Application Cache is deprecated. ' +
'[Learn more](https://developers.google.com/web/tools/lighthouse/audits/appcache).',
requiredArtifacts: ['AppCacheManifest']
};
}
Expand Down

0 comments on commit d44c273

Please sign in to comment.