blocking="render"
The blocking="render"
attribute for <link>
, <script>
, and <style>
elements blocks rendering until the external script or stylesheet has been loaded. For <link rel="expect">
, rendering is blocked until a specific element is in the DOM.