HTML5 app Cache and Web Workers

Source: Internet
Author: User

1. What is application caching     &NBSP;HTML5 introduces application caching, which means that Web apps can be cached and accessed without an Internet link. 2. Benefits of App caching       Offline browsing   users can use them when the app is offline       speed     Cached resources are loaded faster       Reduce server load     browser will download only updated or changed resources from the server 3. Implementing caching       If you want to enable application caching, include the manifest attribute in the Web Worker 1. What is Web worker     web Worker is a JavaScript that runs in the background, independent of other scripts and does not affect the performance of the page 2. Methods      postmessage ( It is used to pass a message back to the HTML page      terminate () terminates the Web worker and frees the browser/computer resource 3. Events      onmessage  <!doctype html>

HTML5 app cache with Web Workers

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.