我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
The noupdate
event is fired after checking for an application cache update, if the manifest hasn't changed.
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. |