w3ctag / design-reviews

W3C specs and API reviews
Creative Commons Zero v1.0 Universal
318 stars 55 forks source link

Early review request for "Explicit JavaScript Compile Hints" #947

Open marjakh opened 2 months ago

marjakh commented 2 months ago

こんにちは TAG-さん!

I'm requesting a TAG review of "Explicit JavaScript Compile Hints".

This proposal introduces a new magic comment that signals to browsers that the functions in a JavaScript file are likely to be needed by the website. This allows the browser to parse and compile them eagerly, which can improve page load times.

Further details:

Thanks in advance!