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

HTMLScriptElement: type - Web API | MDN

MDN Web Docs

View in English Always switch to English

HTMLScriptElement: type

Baseline

20157

type HTMLScriptElement

<script> type

()JavaScript MIME

JavaScript

module

JavaScript

importmap

speculationrules

<script> type

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

HTML
# dom-script-type


Web Proxy Viewer  |  New URL  |  Original Page