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

Fix decodedBodySize and encodedBodySize property names in resource-size description #2013

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

captainbrosset
Copy link
Contributor

@captainbrosset captainbrosset commented Oct 21, 2024

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.

…ze 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.
@captainbrosset captainbrosset changed the title Fix decodedBodySize and encodedBodySize property names in resource-si… Fix decodedBodySize and encodedBodySize property names in resource-size description Oct 21, 2024
@github-actions github-actions bot added the feature definition Creating or defining new features or groups of features. label Oct 21, 2024
Copy link
Collaborator

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

(I have a PR for all the Performance API related features in #1934)

@Elchi3 Elchi3 merged commit 442185f into main Oct 21, 2024
3 checks passed
@Elchi3 Elchi3 deleted the captainbrosset-patch-1 branch October 21, 2024 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature definition Creating or defining new features or groups of features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants