Changes between Initial Version and Version 1 of Ticket #13533, comment 9


Ignore:
Timestamp:
Jul 28, 2015, 12:07:47 PM (9 years ago)
Author:
Piotr Jasiun
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13533, comment 9

    initial v1  
    1 This seens to be matter of using `xhr.upload.onprogress` instead of `xhr.onprogress`. But is should be tested.
     1This seems to be matter of using `xhr.upload.onprogress` instead of `xhr.onprogress`. But the problem is that it is XHR2 feature and we need to check if it is supported on all browsers we handle (in this case: IE10+, Chrome, Firefox, Safari). And the testing may be a little tricky, because we need to slow down the upload to check if progress works fine with the real XHR (not a mock).
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy