From 3c3424238b465ada569e43fcc05614e9069250f6 Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Mon, 21 Oct 2024 11:37:02 +0200 Subject: [PATCH] Fix decodedBodySize and encodedBodySize property names in resource-size description Before: > The decodedSize, encodedSize, and transferSize properties of the PerformanceResourceTiming API reports the size of resources loaded After: > The decodedBodySize, encodedBodySize, and transferSize properties of the PerformanceResourceTiming API reports the size of resources loaded I know nothing about this feature, but this is what's documented at MDN. --- features/resource-size.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/resource-size.yml b/features/resource-size.yml index 6ec434981e5..38b24ffa7db 100644 --- a/features/resource-size.yml +++ b/features/resource-size.yml @@ -1,5 +1,5 @@ name: Resource size -description: The `decodedSize`, `encodedSize`, and `transferSize` properties of the `PerformanceResourceTiming` API reports the size of resources loaded. +description: The `decodedBodySize`, `encodedBodySize`, and `transferSize` properties of the `PerformanceResourceTiming` API reports the size of resources loaded. spec: - https://w3c.github.io/resource-timing/#dom-performanceresourcetiming-decodedbodysize - https://w3c.github.io/resource-timing/#dom-performanceresourcetiming-encodedbodysize