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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13533, comment 9

    v1 v2  
    1 This 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). 
     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