Skip to content

Commit

Permalink
Fix decodedBodySize and encodedBodySize property names in resource-si…
Browse files Browse the repository at this point in the history
…ze description (#2013)

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.
  • Loading branch information
captainbrosset authored Oct 21, 2024
1 parent 33a0437 commit 442185f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/resource-size.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 442185f

Please sign in to comment.