From 089cead3cac6d62344cda9580fc3700158fceded Mon Sep 17 00:00:00 2001
From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com>
Date: Fri, 8 Nov 2024 20:37:48 +0800
Subject: [PATCH 1/6] Update & fix node.js data for `PerformanceObserver` and
`PerformanceObserverEntryList`
---
api/PerformanceObserver.json | 17 +++++++++++------
api/PerformanceObserverEntryList.json | 13 ++++++++++---
2 files changed, 21 insertions(+), 9 deletions(-)
diff --git a/api/PerformanceObserver.json b/api/PerformanceObserver.json
index d9d0555c494ec2..c4af7690df8703 100644
--- a/api/PerformanceObserver.json
+++ b/api/PerformanceObserver.json
@@ -17,11 +17,16 @@
"ie": {
"version_added": false
},
- "nodejs": {
- "version_added": "8.5.0",
- "partial_implementation": true,
- "notes": "Exported from the perf_hooks module"
- },
+ "nodejs": [
+ {
+ "version_added": "19.0.0"
+ },
+ {
+ "version_added": "8.5.0",
+ "partial_implementation": true,
+ "notes": "Available as a part of the perf_hooks module."
+ }
+ ],
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
@@ -248,7 +253,7 @@
"version_added": false
},
"nodejs": {
- "version_added": "8.5.0"
+ "version_added": "16.0.0"
},
"oculus": "mirror",
"opera": "mirror",
diff --git a/api/PerformanceObserverEntryList.json b/api/PerformanceObserverEntryList.json
index e5ff96d928b6cf..2189a3be513757 100644
--- a/api/PerformanceObserverEntryList.json
+++ b/api/PerformanceObserverEntryList.json
@@ -17,9 +17,16 @@
"ie": {
"version_added": false
},
- "nodejs": {
- "version_added": "8.5.0"
- },
+ "nodejs": [
+ {
+ "version_added": "19.0.0"
+ },
+ {
+ "version_added": "8.5.0",
+ "partial_implementation": true,
+ "notes": "Available as a part of the perf_hooks module."
+ }
+ ],
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
From ce98822c389a07c2aeebd4b4171f726043a71a98 Mon Sep 17 00:00:00 2001
From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com>
Date: Mon, 11 Nov 2024 20:53:23 +0800
Subject: [PATCH 2/6] fix data
---
api/PerformanceObserverEntryList.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/api/PerformanceObserverEntryList.json b/api/PerformanceObserverEntryList.json
index 2189a3be513757..3176ca0ccb7061 100644
--- a/api/PerformanceObserverEntryList.json
+++ b/api/PerformanceObserverEntryList.json
@@ -22,9 +22,15 @@
"version_added": "19.0.0"
},
{
- "version_added": "8.5.0",
+ "version_added": "16.7.0",
"partial_implementation": true,
"notes": "Available as a part of the perf_hooks module."
+ },
+ {
+ "version_added": "8.5.0",
+ "version_removed": "16.7.0",
+ "partial_implementation": true,
+ "notes": "Only available as an internal instance."
}
],
"oculus": "mirror",
From 4e8e99056a79f20df8cefad2a09f1a372edbeb48 Mon Sep 17 00:00:00 2001
From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com>
Date: Sun, 1 Dec 2024 22:34:05 +0800
Subject: [PATCH 3/6] Apply suggestions from code review
Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu
---
api/PerformanceObserverEntryList.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api/PerformanceObserverEntryList.json b/api/PerformanceObserverEntryList.json
index 3176ca0ccb7061..58525cc31b4569 100644
--- a/api/PerformanceObserverEntryList.json
+++ b/api/PerformanceObserverEntryList.json
@@ -24,7 +24,7 @@
{
"version_added": "16.7.0",
"partial_implementation": true,
- "notes": "Available as a part of the perf_hooks module."
+ "notes": "Available as a part of the `perf_hooks` module."
},
{
"version_added": "8.5.0",
From 15fca61a378ca93bf7453f7754940c6f85844262 Mon Sep 17 00:00:00 2001
From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com>
Date: Fri, 3 Jan 2025 00:04:27 +0800
Subject: [PATCH 4/6] Update api/PerformanceObserverEntryList.json
---
api/PerformanceObserverEntryList.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api/PerformanceObserverEntryList.json b/api/PerformanceObserverEntryList.json
index 68f074514f2051..4edf773aed37c2 100644
--- a/api/PerformanceObserverEntryList.json
+++ b/api/PerformanceObserverEntryList.json
@@ -33,7 +33,7 @@
"version_added": "8.5.0",
"version_removed": "16.7.0",
"partial_implementation": true,
- "notes": "Only available as an internal instance."
+ "notes": "Only available as an internal instance via the first parameter of `PerformanceObserver` constructor."
}
],
"oculus": "mirror",
From 21cc2f1abdc23799ee7198d014929cecca7aa2ca Mon Sep 17 00:00:00 2001
From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com>
Date: Fri, 3 Jan 2025 00:09:55 +0800
Subject: [PATCH 5/6] Update api/PerformanceObserverEntryList.json
---
api/PerformanceObserverEntryList.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api/PerformanceObserverEntryList.json b/api/PerformanceObserverEntryList.json
index 4edf773aed37c2..988a78ae516556 100644
--- a/api/PerformanceObserverEntryList.json
+++ b/api/PerformanceObserverEntryList.json
@@ -33,7 +33,7 @@
"version_added": "8.5.0",
"version_removed": "16.7.0",
"partial_implementation": true,
- "notes": "Only available as an internal instance via the first parameter of `PerformanceObserver` constructor."
+ "notes": "Only available as an internal instance, but can be accessed via the first parameter of `PerformanceObserver` constructor."
}
],
"oculus": "mirror",
From ac6e4ee90fb72a40b5dafe40cd4a29d7ccef7733 Mon Sep 17 00:00:00 2001
From: Claas Augner <495429+caugner@users.noreply.github.com>
Date: Mon, 6 Jan 2025 13:56:15 +0100
Subject: [PATCH 6/6] Update api/PerformanceObserverEntryList.json
---
api/PerformanceObserverEntryList.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api/PerformanceObserverEntryList.json b/api/PerformanceObserverEntryList.json
index 988a78ae516556..0bdf4c4cc606f7 100644
--- a/api/PerformanceObserverEntryList.json
+++ b/api/PerformanceObserverEntryList.json
@@ -33,7 +33,7 @@
"version_added": "8.5.0",
"version_removed": "16.7.0",
"partial_implementation": true,
- "notes": "Only available as an internal instance, but can be accessed via the first parameter of `PerformanceObserver` constructor."
+ "notes": "Only available as an internal instance, but can be accessed via the first parameter of the `PerformanceObserver` constructor."
}
],
"oculus": "mirror",