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

Add Web/API page types, part 29 #16914

Merged
merged 1 commit into from
Jun 3, 2022
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: HTML in XMLHttpRequest
slug: Web/API/XMLHttpRequest/HTML_in_XMLHttpRequest
page-type: guide
tags:
- API
- Guide
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xmlhttprequest/load_event/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'XMLHttpRequest: load event'
slug: Web/API/XMLHttpRequest/load_event
page-type: web-api-event
tags:
- API
- Event
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'XMLHttpRequest: loadend event'
slug: Web/API/XMLHttpRequest/loadend_event
page-type: web-api-event
tags:
- API
- Event
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'XMLHttpRequest: loadstart event'
slug: Web/API/XMLHttpRequest/loadstart_event
page-type: web-api-event
tags:
- API
- Event
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xmlhttprequest/mozanon/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequest.mozAnon
slug: Web/API/XMLHttpRequest/mozAnon
page-type: web-api-instance-property
tags:
- API
- Authentication
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequest.mozBackgroundRequest
slug: Web/API/XMLHttpRequest/mozBackgroundRequest
page-type: web-api-instance-property
tags:
- API
- Background Service
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xmlhttprequest/mozsystem/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequest.mozSystem
slug: Web/API/XMLHttpRequest/mozSystem
page-type: web-api-instance-property
tags:
- AP
- Non-standard
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xmlhttprequest/open/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequest.open()
slug: Web/API/XMLHttpRequest/open
page-type: web-api-instance-method
tags:
- API
- HTTP
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequest.overrideMimeType()
slug: Web/API/XMLHttpRequest/overrideMimeType
page-type: web-api-instance-method
tags:
- API
- File Type
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'XMLHttpRequest: progress event'
slug: Web/API/XMLHttpRequest/progress_event
page-type: web-api-event
tags:
- API
- Event
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xmlhttprequest/readystate/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequest.readyState
slug: Web/API/XMLHttpRequest/readyState
page-type: web-api-instance-property
tags:
- AJAX
- Property
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'XMLHttpRequest: readystatechange event'
slug: Web/API/XMLHttpRequest/readystatechange_event
page-type: web-api-event
tags:
- API
- Event
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xmlhttprequest/response/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequest.response
slug: Web/API/XMLHttpRequest/response
page-type: web-api-instance-property
tags:
- AJAX
- API
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xmlhttprequest/responsetext/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequest.responseText
slug: Web/API/XMLHttpRequest/responseText
page-type: web-api-instance-property
tags:
- API
- Fetching Text
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xmlhttprequest/responsetype/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequest.responseType
slug: Web/API/XMLHttpRequest/responseType
page-type: web-api-instance-property
tags:
- AJAX
- API
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xmlhttprequest/responseurl/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequest.responseURL
slug: Web/API/XMLHttpRequest/responseURL
page-type: web-api-instance-property
tags:
- AJAX
- Property
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xmlhttprequest/responsexml/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequest.responseXML
slug: Web/API/XMLHttpRequest/responseXML
page-type: web-api-instance-property
tags:
- AJAX
- API
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xmlhttprequest/send/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequest.send()
slug: Web/API/XMLHttpRequest/send
page-type: web-api-instance-method
tags:
- AJAX
- API
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Sending and Receiving Binary Data
slug: Web/API/XMLHttpRequest/Sending_and_Receiving_Binary_Data
page-type: guide
tags:
- AJAX
- FileReader
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequest.setRequestHeader()
slug: Web/API/XMLHttpRequest/setRequestHeader
page-type: web-api-instance-method
tags:
- API
- HTTP
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xmlhttprequest/status/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequest.status
slug: Web/API/XMLHttpRequest/status
page-type: web-api-instance-property
tags:
- API
- Error
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xmlhttprequest/statustext/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequest.statusText
slug: Web/API/XMLHttpRequest/statusText
page-type: web-api-instance-property
tags:
- AJAX
- API
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Synchronous and asynchronous requests
slug: Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests
page-type: guide
tags:
- Communication
- DOM
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xmlhttprequest/timeout/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequest.timeout
slug: Web/API/XMLHttpRequest/timeout
page-type: web-api-instance-property
tags:
- AJAX
- Asynchronous XHR
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'XMLHttpRequest: timeout event'
slug: Web/API/XMLHttpRequest/timeout_event
page-type: web-api-event
tags:
- API
- Event
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xmlhttprequest/upload/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequest.upload
slug: Web/API/XMLHttpRequest/upload
page-type: web-api-instance-property
tags:
- AJAX
- API
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Using XMLHttpRequest
slug: Web/API/XMLHttpRequest/Using_XMLHttpRequest
page-type: guide
tags:
- AJAX
- AJAXfile
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Using XMLHttpRequest in IE6
slug: Web/API/XMLHttpRequest/Using_XMLHttpRequest_in_IE6
page-type: guide
tags:
- Web Development
- Web Standards
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequest.withCredentials
slug: Web/API/XMLHttpRequest/withCredentials
page-type: web-api-instance-property
tags:
- AJAX
- API
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequest()
slug: Web/API/XMLHttpRequest/XMLHttpRequest
page-type: web-api-constructor
tags:
- API
- Constructor
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xmlhttprequesteventtarget/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLHttpRequestEventTarget
slug: Web/API/XMLHttpRequestEventTarget
page-type: web-api-interface
tags:
- AJAX
- API
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xmlserializer/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLSerializer
slug: Web/API/XMLSerializer
page-type: web-api-interface
tags:
- Converting
- DOM Parsing
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XMLSerializer.serializeToString()
slug: Web/API/XMLSerializer/serializeToString
page-type: web-api-instance-method
tags:
- API
- DOM
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XPathEvaluator.createExpression()
slug: Web/API/XPathEvaluator/createExpression
page-type: web-api-instance-method
tags:
- API
- DOM
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XPathEvaluator.createNSResolver()
slug: Web/API/XPathEvaluator/createNSResolver
page-type: web-api-instance-method
tags:
- API
- DOM
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xpathevaluator/evaluate/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XPathEvaluator.evaluate()
slug: Web/API/XPathEvaluator/evaluate
page-type: web-api-instance-method
tags:
- API
- DOM
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xpathevaluator/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XPathEvaluator
slug: Web/API/XPathEvaluator
page-type: web-api-interface
tags:
- API
- DOM
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xpathexception/code/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XPathException.code
slug: Web/API/XPathException/code
page-type: web-api-instance-property
tags:
- API
- DOM
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xpathexception/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XPathException
slug: Web/API/XPathException
page-type: web-api-interface
tags:
- API
- DOM
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xpathexpression/evaluate/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XPathExpression.evaluate()
slug: Web/API/XPathExpression/evaluate
page-type: web-api-instance-method
tags:
- API
- DOM XPath API
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xpathexpression/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XPathExpression
slug: Web/API/XPathExpression
page-type: web-api-interface
tags:
- API
- DOM
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xpathnsresolver/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XPathNSResolver
slug: Web/API/XPathNSResolver
page-type: web-api-interface
tags:
- API
- DOM
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XPathNSResolver.lookupNamespaceURI()
slug: Web/API/XPathNSResolver/lookupNamespaceURI
page-type: web-api-instance-method
tags:
- API
- DOM
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xpathresult/booleanvalue/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XPathResult.booleanValue
slug: Web/API/XPathResult/booleanValue
page-type: web-api-instance-property
tags:
- API
- DOM XPath API
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xpathresult/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XPathResult
slug: Web/API/XPathResult
page-type: web-api-interface
tags:
- API
- DOM XPath API
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XPathResult.invalidIteratorState
slug: Web/API/XPathResult/invalidIteratorState
page-type: web-api-instance-property
tags:
- API
- DOM XPath API
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xpathresult/iteratenext/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XPathResult.iterateNext()
slug: Web/API/XPathResult/iterateNext
page-type: web-api-instance-method
tags:
- API
- DOM XPath API
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xpathresult/numbervalue/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XPathResult.numberValue
slug: Web/API/XPathResult/numberValue
page-type: web-api-instance-property
tags:
- API
- DOM XPath API
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xpathresult/resulttype/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XPathResult.resultType
slug: Web/API/XPathResult/resultType
page-type: web-api-instance-property
tags:
- API
- DOM XPath API
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/xpathresult/singlenodevalue/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: XPathResult.singleNodeValue
slug: Web/API/XPathResult/singleNodeValue
page-type: web-api-instance-property
tags:
- API
- DOM XPath API
Expand Down
Loading