Skip to content

Commit

Permalink
Remove StorageQuota documentation (#3142)
Browse files Browse the repository at this point in the history
It appears to never have been shipped and is now long removed:
mdn/browser-compat-data#9459
  • Loading branch information
foolip authored Mar 15, 2021
1 parent 7731dae commit 229f090
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 200 deletions.
4 changes: 4 additions & 0 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8797,6 +8797,10 @@
/en-US/docs/Web/API/Storage.removeItem /en-US/docs/Web/API/Storage/removeItem
/en-US/docs/Web/API/Storage.setItem /en-US/docs/Web/API/Storage/setItem
/en-US/docs/Web/API/Storage/LocalStorage /en-US/docs/Web/API/Window/localStorage
/en-US/docs/Web/API/StorageQuota /en-US/docs/Web/API/StorageManager
/en-US/docs/Web/API/StorageQuota/queryInfo /en-US/docs/Web/API/StorageManager
/en-US/docs/Web/API/StorageQuota/requestPersistentQuota /en-US/docs/Web/API/StorageManager
/en-US/docs/Web/API/StorageQuota/supportedTypes /en-US/docs/Web/API/StorageManager
/en-US/docs/Web/API/StyleSheet.disabled /en-US/docs/Web/API/StyleSheet/disabled
/en-US/docs/Web/API/StyleSheet.href /en-US/docs/Web/API/StyleSheet/href
/en-US/docs/Web/API/StyleSheet.media /en-US/docs/Web/API/StyleSheet/media
Expand Down
2 changes: 0 additions & 2 deletions files/en-us/web/api/navigator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ <h3 id="Deprecated_properties">Deprecated properties</h3>
<dd>Always returns <code>'Gecko'</code>, on any browser. This property is kept only for compatibility purpose.</dd>
<dt>{{domxref("Navigator.productSub")}} {{readonlyInline}} {{deprecated_inline}}</dt>
<dd>Returns the build number of the current browser (e.g., "20060909").</dd>
<dt>{{domxref("Navigator.storageQuota")}} {{readonlyinline}} {{deprecated_inline}}</dt>
<dd>Returns a {{domxref('StorageQuota')}} interface which provides means to query and request storage usage and quota information.</dd>
<dt>{{domxref("Navigator.vendorSub")}} {{readonlyInline}} {{deprecated_inline}}</dt>
<dd>Returns the vendor version number (e.g. "6.1").</dd>
</dl>
Expand Down
50 changes: 0 additions & 50 deletions files/en-us/web/api/storagequota/index.html

This file was deleted.

51 changes: 0 additions & 51 deletions files/en-us/web/api/storagequota/queryinfo/index.html

This file was deleted.

52 changes: 0 additions & 52 deletions files/en-us/web/api/storagequota/requestpersistentquota/index.html

This file was deleted.

45 changes: 0 additions & 45 deletions files/en-us/web/api/storagequota/supportedtypes/index.html

This file was deleted.

0 comments on commit 229f090

Please sign in to comment.