We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf6d0a commit f911319Copy full SHA for f911319
source
@@ -103849,8 +103849,9 @@ document.querySelector("button").addEventListener("click", bound);
103849
103850
<h5 id="script-structs"><span id="definitions-2"></span>Scripts</h5>
103851
103852
- <p>A <dfn data-x="concept-script" export>script</dfn> is one of three possible <span
103853
- data-x="struct">structs</span>. All scripts have:</p>
+ <p>A <dfn data-x="concept-script" export>script</dfn> is one of two possible <span
+ data-x="struct">structs</span> (namely, a <span>classic script</span> or a
103854
+ <span>module script</span>). All scripts have:</p>
103855
103856
<dl>
103857
<dt>A <dfn for="script" export data-x="concept-script-settings-object"
0 commit comments