[
https://issues.apache.org/jira/browse/WICKET-7187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18094242#comment-18094242
]
ASF GitHub Bot commented on WICKET-7187:
----------------------------------------
bitstorm commented on PR #1498:
URL: https://github.com/apache/wicket/pull/1498#issuecomment-4901659900
Hi @jstuyts
> @bitstorm I do not understand which URL you mean. I checked here and Jira
for it.
>
I mean the URL
[here](https://github.com/apache/wicket/pull/1498/changes/BASE..cba7fc34c3a41a1a3f2160721de0e4e0baf98621#r3528201880)
Isn't more appropriate [this
link](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/MIME_types#textjavascript)
to MIME types?
> JavaScript header items: `module` for content, and import maps
> --------------------------------------------------------------
>
> Key: WICKET-7187
> URL: https://issues.apache.org/jira/browse/WICKET-7187
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-core
> Reporter: Johan Stuyts
> Priority: Major
>
> A number of JavaScript components has stopped providing
> [UMD|https://github.com/umdjs/umd] builds, and provide [ECMAScript
> modules|https://tc39.es/ecma262/#sec-modules] instead. To be able to use
> those modules, JavaScript in the header must also be a module. But currently
> it is not possible to specify the type for
> {{{}JavaScriptContentHeaderItem{}}}.
> Additionally, modules use "[bare
> modules|https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/script/type/importmap#bare_modules]"
> to import dependencies, and these bare modules need to be mapped to the URLs
> of resource references so the JavaScript can be loaded.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)