Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which is the storage that allows the caching of web pages and their associated resources?

  2. A.

     Web Databases

    B.

     FileSystem API

    C.

     Offline Web Applications

    D.

     All of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    HTML5 defines an “Offline Web Applications” API that allows the caching of web pages and their associated resources (scripts, CSS files, images, and so on). This is client-side storage for web applications themselves rather than just their data, and it allows web apps to install themselves so that they are available even when there is no connection to the Internet.


Be The First To Comment