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

Report render blocking status for <link> and <script> #7979

Closed
wants to merge 1 commit into from

Conversation

abinpaul1
Copy link
Contributor

@abinpaul1 abinpaul1 commented Jun 2, 2022

These changes are to support addition of a render blocking status field to Perfomance resource timing. Further details are available at w3c/resource-timing#327

Fetch side changes: whatwg/fetch#1449


  • At least two implementers are interested (and none opposed):
  • Tests are written and can be reviewed and commented upon at:
  • Implementation bugs are filed:
    • Chrome: …
    • Firefox: …
    • Safari: …
    • Deno (only for timers, structured clone, base64 utils, channel messaging, module resolution, web workers, and web storage): …
    • Node.js (only for timers, structured clone, base64 utils, channel messaging, and module resolution): …

(See WHATWG Working Mode: Changes for more details.)


/links.html ( diff )
/semantics.html ( diff )
/webappapis.html ( diff )

@abinpaul1 abinpaul1 marked this pull request as draft June 2, 2022 15:07
@abinpaul1 abinpaul1 changed the title Report render blocking status for <link>, <script> Report render blocking status for <link> and <script> Jun 4, 2022
@abinpaul1 abinpaul1 marked this pull request as ready for review June 10, 2022 05:58
@abinpaul1
Copy link
Contributor Author

These changes are not needed as we are reusing Request's render-blocking boolean in fetch spec to get the render-blocking status

@abinpaul1 abinpaul1 closed this Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant