W3cubDocs

/DOM Events

downloading (Application Cache)

The downloading event is fired after checking for an application cache update, if the user agent has found an update and is fetching it, or is downloading the resources listed by the cache manifest for the first time.

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

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/Events/downloading