ProgressEvent

ProgressEvent (DOM)

[26] ProgressEvent は、通信などの進捗を表すイベントオブジェクトです。 XMLHttpRequest などで使われています。

仕様書

歴史

[1] The progress event http://dev.w3.org/cvsweb/~checkout~/2006/webapi/progress/Progress.html (名無しさん 2006-12-13 23:54:57 +00:00)

[2] Progress events 1.0 (2007-04-20 22:36:59 +09:00 版) http://www.w3.org/TR/2007/WD-progress-events-20070419/

昔からある気がしていたけどこれが最初の WD だったのか。 (名無しさん 2007-04-21 03:04:19 +00:00)

[3] Progress Events 1.0 (2007-10-19 07:03:54 +09:00 版) http://www.w3.org/TR/2007/WD-progress-events-20071023/

[4] Progress Events 1.0 ( 版) http://www.w3.org/TR/2008/WD-progress-events-20080521/

[5] Web Applications 1.0 r7636 Progress events for <img>. ( ( 版)) http://html5.org/tools/web-apps-tracker?from=7635&to=7636

[6] Progress Events ( ( 版)) http://www.w3.org/TR/2011/WD-progress-events-20110809/

[7] Progress Events ( ( 版)) http://www.w3.org/TR/2011/CR-progress-events-20110922/

[8] IRC logs: freenode / #whatwg / 20091010 ( 版) http://krijnhoetmer.nl/irc-logs/whatwg/20091010#l-247

[9] Progress Events ( ( 版)) http://dvcs.w3.org/hg/progress/raw-file/tip/Overview.html

[10] IRC logs: freenode / #whatwg / 20101005 ( ( 版)) http://krijnhoetmer.nl/irc-logs/whatwg/20101005#l-647

[11] Progress Events ( ( 版)) http://www.w3.org/TR/2010/WD-progress-events-20101019/

[12] Progress Events ( ( 版)) http://www.w3.org/TR/2013/PR-progress-events-20131212/

[13] Distinguish upload from other progress events and reword from HTTP to Fe... · 8af96dd · whatwg/xhr ( ( 版)) https://github.com/whatwg/xhr/commit/8af96dd4157ba992b6730a3e24728677dd19929a

[14] Progress Events ( ( 版)) http://www.w3.org/TR/2014/REC-progress-events-20140211/

[15] ProgressEvent's loaded/total now come from Fetch https://www.w3.org/Bugs... · b9f6bcf · whatwg/xhr ( ( 版)) https://github.com/whatwg/xhr/commit/b9f6bcf9800963eb450b20cc96492a670fb96a99

[16] Re: w3process-ISSUE-124 (WHATWG-blacklist): Normative Reference policy should explicitly black list WHATWG specs [Normative Reference Policy] ( (Arthur Barstow 著, 版)) http://lists.w3.org/Archives/Public/public-w3process/2014Sep/0053.html

[17] Progress Events ( ( 版)) http://www.w3.org/TR/2011/WD-progress-events-20110310/

[19] The SVG Micro DOM (uDOM) – SVG Tiny 1.2 ( ( 版)) http://www.w3.org/TR/2008/REC-SVGTiny12-20081222/svgudom.html#events__ProgressEvent

[21] Put throttling back in now it's removed from Fetch. https://www.w3.org/B... · 0e3f85a · whatwg/xhr ( ( 版)) https://github.com/whatwg/xhr/commit/0e3f85a60cd2938059d7594ba9242209aa13415d

[22] Call for Editor: Progress Events REC track spec ( (Arthur Barstow 著, 版)) http://lists.w3.org/Archives/Public/public-webapps/2012OctDec/0192.html

[23] Anne が一旦 W3C から離れたのを機に WHATWG に移り、 XMLHttpRequest Standard の一部として定義されるようになりました。

[24] その後 WebApps WGWHATWG XMLHttpRequest Standard の一部を W3C でも出版するという形で同内容の文書を W3C Process に従い先に進め、2014年に W3C勧告となっています。

[25] XMLHttpRequest 本体は数年遅れの古い内容が W3C に残っていますが、 ProgressEvent はほとんど変更がないようです。

[27] Do not expose XMLHttpRequest and ProgressEvent in service workers. Fi… · whatwg/xhr@9d0a9bb ( 版) https://github.com/whatwg/xhr/commit/9d0a9bb85c32e10788227a79943362bede178a7c

[28] Re: [css-font-loading] Events for FontFaceSet (Tab Atkins Jr. 著, 版) https://lists.w3.org/Archives/Public/www-style/2016Feb/0153.html

[29] 25587 – Be more clear that progress events are about bytes being transferred () https://www.w3.org/Bugs/Public/show_bug.cgi?id=25587

[30] Editorial: "fire a simple event" is now "fire an event" (sendilkumarn著, ) https://github.com/whatwg/html/commit/3d19b31e62debaa6132744a530d3d7e33e0bc269

[31] Regression fix: need transmitted/length defined before progress event… (annevk著, ) https://github.com/whatwg/xhr/commit/f45453e0e1aedc746f9fa906c54f7d29c8207d9d

[32] No longer support ProgressEvent in createEvent() (annevk著, ) https://github.com/whatwg/dom/commit/9cd47d08c86820ac03c6c2e309e8d874e113089c

[33] Deprecations and Removals in Chrome 59  |  Web  |  Google Developers () https://developers.google.com/web/updates/2017/04/chrome-59-deprecations

[34] Memorandum of Understanding Between W3C and WHATWG () https://www.w3.org/2019/04/WHATWG-W3C-MOU.html

[35] Remove <img> progress events (annevk著, ) https://github.com/whatwg/html/commit/af7cff772293db8d35198128c36e1297cb0fd1d4

[36] Align with IDL constructor changes (autokagami著, ) https://github.com/whatwg/xhr/commit/22424f0eed9696a935fb441e8cede66517fc5490

[37] Remove <img> progress events (annevk著, ) https://github.com/whatwg/html/commit/af7cff772293db8d35198128c36e1297cb0fd1d4

[38] "fire a progress event named type at e" missing transmitted/length · Issue #1915 · whatwg/html () https://github.com/whatwg/html/issues/1915

[39] 25795 – <img> error/loadend are always simple events () https://www.w3.org/Bugs/Public/show_bug.cgi?id=25795

[40] Reacting to environment changes doesn't fire loadstart or loadend events · Issue #3860 · whatwg/html () https://github.com/whatwg/html/issues/3860

[41] Remove <img> progress events by annevk · Pull Request #4842 · whatwg/html () https://github.com/whatwg/html/pull/4842