[23] readystatechange
事象は、 readyState
属性が変化した時に発火される事象です。 onreadystatechange
は、 readystatechange
事象のための事象取扱器
(事象取扱器内容属性、事象取扱器IDL属性) です。
[27] onreadystatechange
内容属性はすべての HTML要素で利用可能です。
[28] onreadystatechange
IDL属性は次のオブジェクトで利用可能です。
[1] Webブラウザーによって発火される readystatechange
イベントは、 readyState
IDL属性があるオブジェクトで、
その値の変化を示すために使われます。
[42] Web Applications 1.0 r6550 Revert r6543 and instead move onreadystatechange to be only on Document. ( ( 版)) <http://html5.org/tools/web-apps-tracker?from=6549&to=6550>
[2] Fire readystatechange more often than readyState changes (annevk著, ) <https://github.com/whatwg/xhr/commit/8efe6aad48b2824dbd7cb79836946f94d674ad4d>
[4] Editorial: add missing <hr> (annevk著, ) <https://github.com/whatwg/html/commit/9252cf88906063db8a829a177f79e1482cef804f>