Difference between revisions of "Event.PROGRESS"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched to notify of how far the download has progressed.")
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2011.6<br/>
+
<languages />
=== Description ===
+
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
This event is dispatched to notify of how far the download has progressed.
+
'''<translate>Value</translate>:''' progress<br/>
 +
'''<translate>Defined by</translate>:''' [[Special:MyLanguage/UrlLoader|UrlLoader]]<br/>
 +
=== <translate>Descriptio</translate>n ===
 +
<translate>This event is dispatched to notify of how far the download has progressed.</translate>
 +
=== <translate>Parameters</translate> ===
 +
'''bytesLoaded''': (number) <translate>The number of bytes loaded.</translate><br/>
 +
'''bytesTotal''': (number) <translate>The total number of bytes that will be loaded or -1 if the length can't be determined.</translate><br/>
 +
 
 +
{{UrlLoader}}

Revision as of 02:51, 4 December 2019


Available since: Gideros 2011.6
Value: progress
Defined by: UrlLoader

Description

This event is dispatched to notify of how far the download has progressed.

Parameters

bytesLoaded: (number) The number of bytes loaded.
bytesTotal: (number) The total number of bytes that will be loaded or -1 if the length can't be determined.