Skip to content

Commit

Permalink
Remove Web/API/Request/context as irrelevant
Browse files Browse the repository at this point in the history
Redirect it to destination which the page referred to.

BCD removal: mdn/browser-compat-data#10827
  • Loading branch information
foolip committed Jun 7, 2021
1 parent 5af656a commit 487e6f9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 79 deletions.
1 change: 1 addition & 0 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8428,6 +8428,7 @@
/en-US/docs/Web/API/Request/arrayBuffer /en-US/docs/Web/API/Body/arrayBuffer
/en-US/docs/Web/API/Request/blob /en-US/docs/Web/API/Body/blob
/en-US/docs/Web/API/Request/bodyUsed /en-US/docs/Web/API/Body/bodyUsed
/en-US/docs/Web/API/Request/context /en-US/docs/Web/API/Request/destination
/en-US/docs/Web/API/Request/json /en-US/docs/Web/API/Body/json
/en-US/docs/Web/API/Request/text /en-US/docs/Web/API/Body/text
/en-US/docs/Web/API/Resource_Timing /en-US/docs/Web/API/Resource_Timing_API
Expand Down
13 changes: 0 additions & 13 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -75654,19 +75654,6 @@
"kscarfone"
]
},
"Web/API/Request/context": {
"modified": "2020-10-15T21:33:26.207Z",
"contributors": [
"sideshowbarker",
"Sheppy",
"fscholz",
"chrisdavidmills",
"jpmedley",
"Sebastianz",
"mathiasbynens",
"kscarfone"
]
},
"Web/API/Request/credentials": {
"modified": "2020-10-15T21:33:25.687Z",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/mozilla/firefox/releases/42/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h4 id="DOM_HTML_DOM">DOM &amp; HTML DOM</h4>
<h4 id="Service_Workers">Service Workers</h4>

<ul>
<li>{{domxref('Request.context')}} has been removed ({{bug(1188062)}}).</li>
<li><code>Request.context</code> has been removed ({{bug(1188062)}}).</li>
<li>The <a href="/en-US/docs/Web/API/Push_API">Push API</a> has been activated by default on Firefox for Desktop ({{bug(1153499)}}), but only on the Nightly/Dev Edition/Beta channels. It is being deactivated by default in the Release channel until consumer UX and debugging features have been properly implemented ({{bug(1207875)}}.) You can still activate it by enabling the <code>dom.push.enabled</code> pref in <a>about:config</a>.</li>
<li>The {{domxref("PushManager.hasPermission()")}} method has been deprecated in the spec, and replaced with the {{domxref("PushManager.permissionState()")}} method. Firefox has updated its implementation to reflect this ({{bug("1183853")}}.)</li>
<li>Service-worker-related additions to the <a href="/en-US/docs/Web/API/Notifications_API">Notifications API</a> have been implemented ({{bug(1114554)}}), but are disabled in this release.</li>
Expand Down
63 changes: 0 additions & 63 deletions files/en-us/web/api/request/context/index.html

This file was deleted.

2 changes: 0 additions & 2 deletions files/en-us/web/api/request/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ <h2 id="Properties">Properties</h2>
<dl>
<dt>{{domxref("Request.cache")}} {{readonlyInline}}</dt>
<dd>Contains the cache mode of the request (e.g., <code>default</code>, <code>reload</code>, <code>no-cache</code>).</dd>
<dt>{{domxref("Request.context")}} {{readonlyInline}} {{deprecated_inline}}</dt>
<dd>Contains the context of the request (e.g., <code>audio</code>, <code>image</code>, <code>iframe</code>, etc.)</dd>
<dt>{{domxref("Request.credentials")}} {{readonlyInline}}</dt>
<dd>Contains the credentials of the request (e.g., <code>omit</code>, <code>same-origin</code>, <code>include</code>). The default is <code>same-origin</code>.</dd>
<dt>{{domxref("Request.destination")}} {{ReadOnlyInline}}</dt>
Expand Down

0 comments on commit 487e6f9

Please sign in to comment.