Skip to content

Commit

Permalink
Remove Response.useFinalURL
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 committed Mar 11, 2021
1 parent 7e5c6b0 commit c7d9f94
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 80 deletions.
13 changes: 1 addition & 12 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -79332,17 +79332,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 Expand Up @@ -165799,4 +165788,4 @@
"jpmedley"
]
}
}
}
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 c7d9f94

Please sign in to comment.