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

HTMLScriptElement: async - Web API | MDN

MDN Web Docs

View in English Always switch to English

HTMLScriptElement: async

Baseline

20157

async HTMLScriptElement async true async true

<script> async

html
<script id="el" src="/example.js" async></script>
js
const el = document.getElementById("el");
console.log(el.async); // : true

HTML
# dom-script-async


Web Proxy Viewer  |  New URL  |  Original Page