Skip to content

Commit

Permalink
Remove Response.useFinalURL (#3031)
Browse files Browse the repository at this point in the history
This appears to have never been a real thing.

See mdn/browser-compat-data#9386
  • Loading branch information
ddbeck authored Mar 11, 2021
1 parent eea241d commit ff35478
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 79 deletions.
11 changes: 0 additions & 11 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -79319,17 +79319,6 @@
"kscarfone"
]
},
"Web/API/Response/useFinalURL": {
"modified": "2020-10-15T21:33:29.753Z",
"contributors": [
"sideshowbarker",
"fscholz",
"chrisdavidmills",
"Sheppy",
"Sebastianz",
"kscarfone"
]
},
"Web/API/RsaHashedImportParams": {
"modified": "2019-03-18T20:56:26.160Z",
"contributors": [
Expand Down
2 changes: 0 additions & 2 deletions files/en-us/web/api/response/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ <h2 id="Properties">Properties</h2>
<dd>The type of the response (e.g., <code>basic</code>, <code>cors</code>).</dd>
<dt>{{domxref("Response.url")}} {{readonlyinline}}</dt>
<dd>The URL of the response.</dd>
<dt>{{domxref("Response.useFinalURL")}}</dt>
<dd>A boolean indicating whether this is the final URL of the response.</dd>
</dl>

<h3 id="Body_Interface_Properties">Body Interface Properties</h3>
Expand Down
66 changes: 0 additions & 66 deletions files/en-us/web/api/response/usefinalurl/index.html

This file was deleted.

0 comments on commit ff35478

Please sign in to comment.