Skip to content

Include render-blocking status browser compat data - #18046

Merged
bsmth merged 2 commits into
mdn:mainfrom
abinpaul1:patch-1
Oct 28, 2022
Merged

Include render-blocking status browser compat data#18046
bsmth merged 2 commits into
mdn:mainfrom
abinpaul1:patch-1

Conversation

@abinpaul1

@abinpaul1 abinpaul1 commented Oct 19, 2022

Copy link
Copy Markdown
Contributor

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

@bsmth bsmth left a comment

Copy link
Copy Markdown
Member

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

bsmth commented Nov 2, 2022

Copy link
Copy Markdown
Member

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
Copy Markdown
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

bsmth commented Nov 7, 2022

Copy link
Copy Markdown
Member

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.

4 participants