Kotlin / kotlinx.html

Kotlin DSL for HTML
Apache License 2.0
1.6k stars 130 forks source link

Add the `crossorigin` attribute to the `<script>` element #248

Closed lorenzsimon closed 7 months ago

lorenzsimon commented 9 months ago

This project is very interesting in combination with other tools like htmx. To safely include such libraries we should allow the crossorigin in the script tag as described here

See here for more details about the attribute.

e5l commented 7 months ago

Hey @lorenzsimon, thanks for the PR. LGTM