Using manifest we can cache the file in HTML5 . The manifest is a text file which used to decide the where the file is cache. These applies when the application cache is enabled. < !doctype html > < html manifest =”myManifesrTest.appCache”> //TODO </ html > There are 4 sections of manifest to cache the file. cache manifest : is cache the version information cache : it contain the html, css and jQuery file etc. network : its contain the network info fallback : it contain offline html
Angular, React, JavaScript, Java, PHP, SQL, C#, Vue, NodeJs, TypeScript and Interview Questions Answers