Skip to content

Commit

Permalink
Retitle Web APIs, part 15 (#26010)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg authored Apr 7, 2023
1 parent 9a17eb0 commit c58e8c1
Show file tree
Hide file tree
Showing 228 changed files with 456 additions and 228 deletions.
3 changes: 2 additions & 1 deletion files/en-us/web/api/performanceentry/duration/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceEntry.duration
title: "PerformanceEntry: duration property"
short-title: duration
slug: Web/API/PerformanceEntry/duration
page-type: web-api-instance-property
browser-compat: api.PerformanceEntry.duration
Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/performanceentry/entrytype/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceEntry.entryType
title: "PerformanceEntry: entryType property"
short-title: entryType
slug: Web/API/PerformanceEntry/entryType
page-type: web-api-instance-property
browser-compat: api.PerformanceEntry.entryType
Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/performanceentry/name/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceEntry.name
title: "PerformanceEntry: name property"
short-title: name
slug: Web/API/PerformanceEntry/name
page-type: web-api-instance-property
browser-compat: api.PerformanceEntry.name
Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/performanceentry/starttime/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceEntry.startTime
title: "PerformanceEntry: startTime property"
short-title: startTime
slug: Web/API/PerformanceEntry/startTime
page-type: web-api-instance-property
browser-compat: api.PerformanceEntry.startTime
Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/performanceentry/tojson/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceEntry.toJSON()
title: "PerformanceEntry: toJSON() method"
short-title: toJSON()
slug: Web/API/PerformanceEntry/toJSON
page-type: web-api-instance-method
browser-compat: api.PerformanceEntry.toJSON
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceEventTiming.cancelable
title: "PerformanceEventTiming: cancelable property"
short-title: cancelable
slug: Web/API/PerformanceEventTiming/cancelable
page-type: web-api-instance-property
browser-compat: api.PerformanceEventTiming.cancelable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceEventTiming.interactionId
title: "PerformanceEventTiming: interactionId property"
short-title: interactionId
slug: Web/API/PerformanceEventTiming/interactionId
page-type: web-api-instance-property
status:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceEventTiming.processingEnd
title: "PerformanceEventTiming: processingEnd property"
short-title: processingEnd
slug: Web/API/PerformanceEventTiming/processingEnd
page-type: web-api-instance-property
browser-compat: api.PerformanceEventTiming.processingEnd
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceEventTiming.processingStart
title: "PerformanceEventTiming: processingStart property"
short-title: processingStart
slug: Web/API/PerformanceEventTiming/processingStart
page-type: web-api-instance-property
browser-compat: api.PerformanceEventTiming.processingStart
Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/performanceeventtiming/target/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceEventTiming.target
title: "PerformanceEventTiming: target property"
short-title: target
slug: Web/API/PerformanceEventTiming/target
page-type: web-api-instance-property
browser-compat: api.PerformanceEventTiming.target
Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/performanceeventtiming/tojson/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceEventTiming.toJSON()
title: "PerformanceEventTiming: toJSON() method"
short-title: toJSON()
slug: Web/API/PerformanceEventTiming/toJSON
page-type: web-api-instance-method
browser-compat: api.PerformanceEventTiming.toJSON
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceLongTaskTiming.attribution
title: "PerformanceLongTaskTiming: attribution property"
short-title: attribution
slug: Web/API/PerformanceLongTaskTiming/attribution
page-type: web-api-instance-property
status:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceLongTaskTiming.toJSON()
title: "PerformanceLongTaskTiming: toJSON() method"
short-title: toJSON()
slug: Web/API/PerformanceLongTaskTiming/toJSON
page-type: web-api-instance-method
status:
Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/performancemark/detail/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceMark.detail
title: "PerformanceMark: detail property"
short-title: detail
slug: Web/API/PerformanceMark/detail
page-type: web-api-instance-property
browser-compat: api.PerformanceMark.detail
Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/performancemark/performancemark/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceMark()
title: "PerformanceMark: PerformanceMark() constructor"
short-title: PerformanceMark()
slug: Web/API/PerformanceMark/PerformanceMark
page-type: web-api-constructor
browser-compat: api.PerformanceMark.PerformanceMark
Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/performancemeasure/detail/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceMeasure.detail
title: "PerformanceMeasure: detail property"
short-title: detail
slug: Web/API/PerformanceMeasure/detail
page-type: web-api-instance-property
browser-compat: api.PerformanceMeasure.detail
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceNavigation.redirectCount
title: "PerformanceNavigation: redirectCount property"
short-title: redirectCount
slug: Web/API/PerformanceNavigation/redirectCount
page-type: web-api-instance-property
status:
Expand Down
7 changes: 4 additions & 3 deletions files/en-us/web/api/performancenavigation/tojson/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceNavigation.toJSON()
title: "PerformanceNavigation: toJSON() method"
short-title: toJSON()
slug: Web/API/PerformanceNavigation/toJSON
page-type: web-api-instance-method
status:
Expand All @@ -9,8 +10,8 @@ browser-compat: api.PerformanceNavigation.toJSON

{{APIRef("Performance API")}} {{deprecated_header}}

> **Warning:** This interface of this property is deprecated in the [Navigation Timing Level 2 specification](https://w3c.github.io/navigation-timing/#obsolete). Please use the {{domxref("PerformanceNavigationTiming")}}
> interface instead.
> **Warning:** This interface of this property is deprecated in the [Navigation Timing Level 2 specification](https://w3c.github.io/navigation-timing/#obsolete). Please use the {{domxref("PerformanceNavigationTiming")}}
> interface instead.
The **`toJSON()`** method of the {{domxref("PerformanceNavigation")}} interface is a {{Glossary("Serialization","serializer")}}; it returns a JSON representation of the {{domxref("PerformanceNavigation")}} object.

Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/performancenavigation/type/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceNavigation.type
title: "PerformanceNavigation: type property"
short-title: type
slug: Web/API/PerformanceNavigation/type
page-type: web-api-instance-property
status:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceNavigationTiming.domComplete
title: "PerformanceNavigationTiming: domComplete property"
short-title: domComplete
slug: Web/API/PerformanceNavigationTiming/domComplete
page-type: web-api-instance-property
browser-compat: api.PerformanceNavigationTiming.domComplete
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceNavigationTiming.domContentLoadedEventEnd
title: "PerformanceNavigationTiming: domContentLoadedEventEnd property"
short-title: domContentLoadedEventEnd
slug: Web/API/PerformanceNavigationTiming/domContentLoadedEventEnd
page-type: web-api-instance-property
browser-compat: api.PerformanceNavigationTiming.domContentLoadedEventEnd
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceNavigationTiming.domContentLoadedEventStart
title: "PerformanceNavigationTiming: domContentLoadedEventStart property"
short-title: domContentLoadedEventStart
slug: Web/API/PerformanceNavigationTiming/domContentLoadedEventStart
page-type: web-api-instance-property
browser-compat: api.PerformanceNavigationTiming.domContentLoadedEventStart
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceNavigationTiming.domInteractive
title: "PerformanceNavigationTiming: domInteractive property"
short-title: domInteractive
slug: Web/API/PerformanceNavigationTiming/domInteractive
page-type: web-api-instance-property
browser-compat: api.PerformanceNavigationTiming.domInteractive
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceNavigationTiming.loadEventEnd
title: "PerformanceNavigationTiming: loadEventEnd property"
short-title: loadEventEnd
slug: Web/API/PerformanceNavigationTiming/loadEventEnd
page-type: web-api-instance-property
browser-compat: api.PerformanceNavigationTiming.loadEventEnd
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceNavigationTiming.loadEventStart
title: "PerformanceNavigationTiming: loadEventStart property"
short-title: loadEventStart
slug: Web/API/PerformanceNavigationTiming/loadEventStart
page-type: web-api-instance-property
browser-compat: api.PerformanceNavigationTiming.loadEventStart
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceNavigationTiming.redirectCount
title: "PerformanceNavigationTiming: redirectCount property"
short-title: redirectCount
slug: Web/API/PerformanceNavigationTiming/redirectCount
page-type: web-api-instance-property
browser-compat: api.PerformanceNavigationTiming.redirectCount
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceNavigationTiming.toJSON()
title: "PerformanceNavigationTiming: toJSON() method"
short-title: toJSON()
slug: Web/API/PerformanceNavigationTiming/toJSON
page-type: web-api-instance-method
browser-compat: api.PerformanceNavigationTiming.toJSON
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceNavigationTiming.type
title: "PerformanceNavigationTiming: type property"
short-title: type
slug: Web/API/PerformanceNavigationTiming/type
page-type: web-api-instance-property
browser-compat: api.PerformanceNavigationTiming.type
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceNavigationTiming.unloadEventEnd
title: "PerformanceNavigationTiming: unloadEventEnd property"
short-title: unloadEventEnd
slug: Web/API/PerformanceNavigationTiming/unloadEventEnd
page-type: web-api-instance-property
browser-compat: api.PerformanceNavigationTiming.unloadEventEnd
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceNavigationTiming.unloadEventStart
title: "PerformanceNavigationTiming: unloadEventStart property"
short-title: unloadEventStart
slug: Web/API/PerformanceNavigationTiming/unloadEventStart
page-type: web-api-instance-property
browser-compat: api.PerformanceNavigationTiming.unloadEventStart
Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/performanceobserver/disconnect/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceObserver.disconnect()
title: "PerformanceObserver: disconnect() method"
short-title: disconnect()
slug: Web/API/PerformanceObserver/disconnect
page-type: web-api-instance-method
browser-compat: api.PerformanceObserver.disconnect
Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/performanceobserver/observe/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceObserver.observe()
title: "PerformanceObserver: observe() method"
short-title: observe()
slug: Web/API/PerformanceObserver/observe
page-type: web-api-instance-method
browser-compat: api.PerformanceObserver.observe
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceObserver()
title: "PerformanceObserver: PerformanceObserver() constructor"
short-title: PerformanceObserver()
slug: Web/API/PerformanceObserver/PerformanceObserver
page-type: web-api-constructor
browser-compat: api.PerformanceObserver.PerformanceObserver
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceObserver.supportedEntryTypes
title: "PerformanceObserver: supportedEntryTypes static property"
short-title: supportedEntryTypes
slug: Web/API/PerformanceObserver/supportedEntryTypes
page-type: web-api-static-property
browser-compat: api.PerformanceObserver.supportedEntryTypes
Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/api/performanceobserver/takerecords/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceObserver.takeRecords()
title: "PerformanceObserver: takeRecords() method"
short-title: takeRecords()
slug: Web/API/PerformanceObserver/takeRecords
page-type: web-api-instance-method
browser-compat: api.PerformanceObserver.takeRecords
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceObserverEntryList.getEntries()
title: "PerformanceObserverEntryList: getEntries() method"
short-title: getEntries()
slug: Web/API/PerformanceObserverEntryList/getEntries
page-type: web-api-instance-method
browser-compat: api.PerformanceObserverEntryList.getEntries
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceObserverEntryList.getEntriesByName()
title: "PerformanceObserverEntryList: getEntriesByName() method"
short-title: getEntriesByName()
slug: Web/API/PerformanceObserverEntryList/getEntriesByName
page-type: web-api-instance-method
browser-compat: api.PerformanceObserverEntryList.getEntriesByName
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceObserverEntryList.getEntriesByType()
title: "PerformanceObserverEntryList: getEntriesByType() method"
short-title: getEntriesByType()
slug: Web/API/PerformanceObserverEntryList/getEntriesByType
page-type: web-api-instance-method
browser-compat: api.PerformanceObserverEntryList.getEntriesByType
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceResourceTiming.connectEnd
title: "PerformanceResourceTiming: connectEnd property"
short-title: connectEnd
slug: Web/API/PerformanceResourceTiming/connectEnd
page-type: web-api-instance-property
browser-compat: api.PerformanceResourceTiming.connectEnd
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceResourceTiming.connectStart
title: "PerformanceResourceTiming: connectStart property"
short-title: connectStart
slug: Web/API/PerformanceResourceTiming/connectStart
page-type: web-api-instance-property
browser-compat: api.PerformanceResourceTiming.connectStart
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceResourceTiming.decodedBodySize
title: "PerformanceResourceTiming: decodedBodySize property"
short-title: decodedBodySize
slug: Web/API/PerformanceResourceTiming/decodedBodySize
page-type: web-api-instance-property
browser-compat: api.PerformanceResourceTiming.decodedBodySize
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceResourceTiming.domainLookupEnd
title: "PerformanceResourceTiming: domainLookupEnd property"
short-title: domainLookupEnd
slug: Web/API/PerformanceResourceTiming/domainLookupEnd
page-type: web-api-instance-property
browser-compat: api.PerformanceResourceTiming.domainLookupEnd
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceResourceTiming.domainLookupStart
title: "PerformanceResourceTiming: domainLookupStart property"
short-title: domainLookupStart
slug: Web/API/PerformanceResourceTiming/domainLookupStart
page-type: web-api-instance-property
browser-compat: api.PerformanceResourceTiming.domainLookupStart
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceResourceTiming.encodedBodySize
title: "PerformanceResourceTiming: encodedBodySize property"
short-title: encodedBodySize
slug: Web/API/PerformanceResourceTiming/encodedBodySize
page-type: web-api-instance-property
browser-compat: api.PerformanceResourceTiming.encodedBodySize
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceResourceTiming.fetchStart
title: "PerformanceResourceTiming: fetchStart property"
short-title: fetchStart
slug: Web/API/PerformanceResourceTiming/fetchStart
page-type: web-api-instance-property
browser-compat: api.PerformanceResourceTiming.fetchStart
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceResourceTiming.initiatorType
title: "PerformanceResourceTiming: initiatorType property"
short-title: initiatorType
slug: Web/API/PerformanceResourceTiming/initiatorType
page-type: web-api-instance-property
browser-compat: api.PerformanceResourceTiming.initiatorType
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceResourceTiming.nextHopProtocol
title: "PerformanceResourceTiming: nextHopProtocol property"
short-title: nextHopProtocol
slug: Web/API/PerformanceResourceTiming/nextHopProtocol
page-type: web-api-instance-property
browser-compat: api.PerformanceResourceTiming.nextHopProtocol
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PerformanceResourceTiming.redirectEnd
title: "PerformanceResourceTiming: redirectEnd property"
short-title: redirectEnd
slug: Web/API/PerformanceResourceTiming/redirectEnd
page-type: web-api-instance-property
browser-compat: api.PerformanceResourceTiming.redirectEnd
Expand Down
Loading

0 comments on commit c58e8c1

Please sign in to comment.