thinkpixellab / PxLoader

PxLoader is a simple JavasScript library for creating preloaders and resource downloaders for HTML5 apps.

Home Page:http://thinkpixellab.com/pxloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complete listener does not necessarily fire last

dmrobbins03 opened this issue · comments

Hi guys,

Could you please update your addCompletionListener() to always fire last (after progress events)?

I noticed that it is pushed into your array of progress event listeners, which does not guarantee consistent event fire order.

Thank you,
David

seconded - I'd expect the completion event to fire after the last progress event.