Kotlin / kotlinx.html

Kotlin DSL for HTML
Apache License 2.0
1.61k stars 131 forks source link

add 'as' attribute to link for preload #196

Closed corlaez closed 4 months ago

corlaez commented 2 years ago

https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/preload

 <link rel="preload" href="style.css" as="style">

HTML DSL for LINK does not support the as attribute that can come handy with rel="preload"