Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

この記事はまだボランティアによって 日本語 に翻訳されていません。ぜひ MDN に参加して翻訳を手伝ってください!

The updateready event is fired when the resources listed in the application cache manifest have been newly redownloaded, and the script can use swapCache() to switch to the new cache.

General info

Specification
Offline
Interface
Event
Bubbles
No
Cancelable
No
Target
applicationCache
Default Action
None

Properties

Property Type Description
target EventTarget (DOM element) The event target (the topmost target in the DOM tree). Read Only.
type string The type of event. Read only.
canBubble boolean Does the event normally bubble? Read only.
cancelable boolean Is it possible to cancel the event? Read only.

See also

ドキュメントのタグと貢献者

 このページの貢献者: AFBarstow, fscholz, teoli, Sheppy, ethertank, louisremi
 最終更新者: AFBarstow,