[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ja/docs/Web/API/HTMLScriptElement/blocking [Back]  [Original]

HTMLScriptElement: blocking - Web API | MDN

MDN Web Docs

View in English Always switch to English

HTMLScriptElement: blocking

Want more browser support for this feature? Tell us why.

Experimental:

blocking HTMLScriptElement

<script> blocking

render

html
<script id="el" type="text/javascript" async blocking="render"></script>
js
const el = document.getElementById("el");
console.log(el.blocking); // : "render"

HTML
# dom-script-blocking


Web Proxy Viewer  |  New URL  |  Original Page