onprogress

progress イベント (DOM)

[1] 手元のメモによると、 progress (DOM LS事象?) の関係で Text 節点が直接隣接する可能性があるかもしれないのですが、 どういうときにそうなる可能性があるのか忘れてしまいましたorz

[2] Fiddle with progress events (annevk著, ) <https://github.com/whatwg/xhr/commit/01da69fb27d10a3315f9bf8259cc7074713379ee>

[3] Don't fire a "progress" event for synchronous XMLHttpRequest (ricea著, ) <https://github.com/whatwg/xhr/commit/62b1bf80f92c21e97a78ce00cf200e1656255012>

[4] Should sync XHR fire a progress event? · Issue #207 · whatwg/xhr () <https://github.com/whatwg/xhr/issues/207>

[5] Don't fire "progress" event for sync XHR by ricea · Pull Request #208 · whatwg/xhr () <https://github.com/whatwg/xhr/pull/208>