|
112 | 112 | ●●options |
113 | 113 |
|
114 | 114 | spec_title:XMLHttpRequest |
115 | | -spec_date:2025-08-18 |
116 | | -trans_update:2025-03-14 |
| 115 | +spec_date:2026-03-09 |
| 116 | +trans_update:2026-03-13 |
117 | 117 | source_checked:230927 |
118 | 118 | original_url:https://xhr.spec.whatwg.org/ |
119 | 119 | spec_status:LS |
|
778 | 778 |
|
779 | 779 | Commits: |
780 | 780 | https://github.com/whatwg/xhr/commits |
781 | | - <a href="https://xhr.spec.whatwg.org/commit-snapshots/84b66b3f3867a2b19e2c862251021a4bf7d8acb1/" id="commit-snapshot-link">Snapshot as of this commit</a> |
| 781 | + <a href="https://xhr.spec.whatwg.org/commit-snapshots/38e3f590ff4e5c9b4b86348caef4c48f7e319eec/" id="commit-snapshot-link">Snapshot as of this commit</a> |
782 | 782 | <a href="https://twitter.com/xhrstandard">@xhrstandard</a> |
783 | 783 |
|
784 | 784 | Tests: |
@@ -1784,21 +1784,23 @@ <h4 title="The open() method">3.5.1. `open()^m ~method</h4> |
1784 | 1784 | コレの |
1785 | 1785 | ⇒# |
1786 | 1786 | `~send_~flag$xhr ~SET ~F, |
1787 | | -`~upload~listenerはあるか$xhr ~SET ~F, |
1788 | 1787 | `要請~method$xhr ~SET %method, |
1789 | 1788 | `要請~URL$xhr ~SET %構文解析した~URL, |
| 1789 | +`要請~本体$xhr ~SET ~NULL, |
1790 | 1790 | `同期的か$xhr ~SET ~IS[ %async ~EQ ~F ], |
| 1791 | +`~upload~listenerはあるか$xhr ~SET ~F, |
1791 | 1792 | `応答$xhr ~SET `~network~error$, |
1792 | 1793 | `受信した~byte列$xhr ~SET 空~byte列, |
1793 | 1794 | `応答~obj$xhr ~SET ~NULL |
1794 | 1795 | ◎ |
1795 | 1796 | Set variables associated with the object as follows: |
1796 | 1797 | • Unset this’s send() flag. |
1797 | | -• Unset this’s upload listener flag. |
1798 | 1798 | • Set this’s request method to method. |
1799 | 1799 | • Set this’s request URL to parsedURL. |
| 1800 | +• ↓ Empty this’s author request headers. |
| 1801 | +• Set this’s request body to null. |
1800 | 1802 | • Set this’s synchronous flag if async is false; otherwise unset this’s synchronous flag. |
1801 | | -• Empty this’s author request headers. |
| 1803 | +• Unset this’s upload listener flag. |
1802 | 1804 | • Set this’s response to a network error. |
1803 | 1805 | • Set this’s received bytes to the empty byte sequence. |
1804 | 1806 | • Set this’s response object to null. |
|
0 commit comments