seniorHTML5

What is the HTML5 Cache Manifest (and why is it deprecated)?

Updated Apr 28, 2026

Short answer

An early HTML5 offline feature replaced by Service Workers.

Deep explanation

Application Cache (AppCache) used a manifest file to list resources to be cached. It was notoriously difficult to debug and had 'gotchas' (e.g., if one file failed, the whole cache failed). It has been superseded by the Service Worker API for more granular control.

Unlock with a Pro subscription to view this section.

View pricing

Real-world example

No real-world example available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Common mistakes

No common mistakes listed yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Follow-up questions

No follow-up questions available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

More HTML5 interview questions

View all →