8 Apr
2025
8 Apr
'25
10:41 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37911 --- Comment #96 from Paul Derscheid <paul.derscheid@lmscloud.de> --- The js vs esm are for different purposes, the regular js files are for:
- Instead check the "init" attribute for the currentScript when using the umd. To get an IIFE that immediately is accessible like a normal script. - Allow for manual import and call when using the esm. For usage with: <script type="module"> import { something } from "./something" ...
-- You are receiving this mail because: You are watching all bug changes.