Skip to content

Commit 34efdbd

Browse files
committed
Determine location URL with request's current URL's fragment
Complements whatwg/fetch#696. See that pull request for context and tests.
1 parent 20ae024 commit 34efdbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84903,7 +84903,8 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
8490384903
</li>
8490484904

8490584905
<li><p>Set <var>locationURL</var> to <var>response</var>'s <span
84906-
data-x="concept-response-location-url">location URL</span>.</p></li>
84906+
data-x="concept-response-location-url">location URL</span> given <var>currentURL</var>'s
84907+
<span data-x="concept-url-fragment">fragment</span>.</p></li>
8490784908

8490884909
<li>
8490984910
<p>If <var>locationURL</var> is not a <span>URL</span> whose <span

0 commit comments

Comments
 (0)