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.") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
+ | '''Value:''' progress<br/> | ||
=== Description === | === Description === | ||
This event is dispatched to notify of how far the download has progressed. | This event is dispatched to notify of how far the download has progressed. | ||
+ | === Parameters === | ||
+ | '''bytesLoaded''': (number) The number of bytes loaded.<br/> | ||
+ | '''bytesTotal''': (number) The total number of bytes that will be loaded or -1 if the length can't be determined.<br/> |
Revision as of 10:45, 23 August 2018
Available since: Gideros 2011.6
Value: progress
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.