Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions xhr.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1156,11 +1156,9 @@ sequence). Unless stated otherwise it is the empty byte sequence.

<h4 id=the-responseurl-attribute>The <code>responseURL</code> attribute</h4>

<p>The <dfn attribute for=XMLHttpRequest><code>responseURL</code></dfn> attribute
must return the empty string if <a>response</a>'s
<a for=response>url</a> is null and its
<a lt="URL serializer">serialization</a> with the
<i>exclude fragment flag</i> set otherwise.
<p>The <dfn attribute for=XMLHttpRequest><code>responseURL</code></dfn> attribute's getter, when
invoked, must return the empty string if <a>response</a>'s <a for=response>URL</a> is null and its
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the context object*?

<a lt="URL serializer">serialization</a> otherwise.


<h4 id=the-status-attribute>The <code>status</code> attribute</h4>
Expand Down