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

Include render-blocking status browser compat data #18046

Merged
merged 2 commits into from Oct 28, 2022
Merged

Conversation

abinpaul1
Copy link
Contributor

@abinpaul1 abinpaul1 commented Oct 19, 2022

Summary

renderBlockingStatus in PerfomanceResourceTiming to indicate the render-blocking nature of a resource. The attribute takes away the burden of having to rely on complex heurestics to determine which resources were actually render-blocking and provides a direct signal from the browser.

Test results and supporting details

Related issues

mdn/content#19325

@teoli2003 teoli2003 added the needs content update 📝 This PR needs a corresponding update to mdn/content to update the documentation label Oct 20, 2022
@queengooborg queengooborg added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Oct 20, 2022
@bsmth bsmth self-assigned this Oct 27, 2022
Copy link
Member

@bsmth bsmth left a comment

Choose a reason for hiding this comment

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

Thanks 👍🏻

@bsmth bsmth merged commit 97d41c3 into mdn:main Oct 28, 2022
@abinpaul1 abinpaul1 deleted the patch-1 branch October 28, 2022 06:35
@bsmth
Copy link
Member

bsmth commented Nov 2, 2022

Hi @abinpaul1 is this correct for Edge and Opera? I think it's only in Chrome 107, right:

See:
https://pr19325.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/PerformanceResourceTiming/renderBlockingStatus


image

@abinpaul1
Copy link
Contributor Author

Hey @bsmth , apologies for delay in responding. I think its accurate, because all three of them share the same rendering engine Blink and the feature is available from blink 107 onwards. I have confirmed the field is present in Opera 93 and Edge 107.

@bsmth
Copy link
Member

bsmth commented Nov 7, 2022

I have confirmed the field is present in Opera 93 and Edge 107

OK very good, tnx

@queengooborg queengooborg removed the needs content update 📝 This PR needs a corresponding update to mdn/content to update the documentation label Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants