Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix front matter values #24795

Merged
merged 1 commit into from
Feb 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions files/en-us/web/api/xmlhttprequest/mscaching/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
---
title: XMLHttpRequest.msCaching
slug: Web/API/XMLHttpRequest/msCaching
page-type: api-instance-property
page-type: web-api-instance-property
status:
- non-standard
---

{{APIRef("XMLHttpRequest")}}

{{Non-standard_header()}}
{{APIRef("XMLHttpRequest")}}{{Non-standard_header}}

**`msCaching`** is a read/write property which specifies whether stream data downloaded using [XMLHttpRequest](/en-US/docs/Web/API/XMLHttpRequest) is cached to disk or not. In compatible browsers, if `msCaching` is not `disabled`, then `XMLHttpRequest` instances will be cached to disk regardless of whether [cache-control](/en-US/docs/Web/HTTP/Headers/Cache-Control) is set to `no-cache`.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
---
title: XMLHttpRequest.msCachingEnabled()
slug: Web/API/XMLHttpRequest/msCachingEnabled
page-type: api-instance-method
page-type: web-api-instance-method
status:
- non-standard
---

{{APIRef("HTML DOM")}}

{{Non-standard_header()}}
{{APIRef("HTML DOM")}}{{Non-standard_header}}

The **`msCachingEnabled()`** method gets the current caching state for an [XMLHttpRequest](/en-US/docs/Web/API/XMLHttpRequest).

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/_colon_user-valid/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ":user-valid (:-moz-ui-valid)"
slug: web/css/:user-valid
slug: Web/CSS/:user-valid
page-type: css-pseudo-class
status:
- experimental
Expand Down