}
/**
- * Add an ECMAScript module (esm) to the current page (<SCRIPT TYPE=MODULE>).
+ * Add an ECMAScript module (ESM) to the current page (<SCRIPT TYPE=MODULE>).
*
* Ex: addModule('alert("Hello world");', ['weight' => 123]);
*
}
/**
- * Add an ECMAScript Module (esm) from file to the current page (<SCRIPT TYPE=MODULE SRC=...>).
+ * Add an ECMAScript Module (ESM) from file to the current page (<SCRIPT TYPE=MODULE SRC=...>).
*
* Ex: addModuleFile('myextension', 'myscript.js', ['weight' => 123]);
*
}
/**
- * Add an ECMAScript Module (esm) by URL to the current page (<SCRIPT TYPE=MODULE SRC=...>).
+ * Add an ECMAScript Module (ESM) by URL to the current page (<SCRIPT TYPE=MODULE SRC=...>).
*
* Ex: addModuleUrl('http://example.com/foo.js', ['weight' => 123])
*