HTMLScriptElement: blocking property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

js
const el = document.getElementById("el");
console.log(el.blocking); // Output: "render"