kotlinx.html
kotlinx.html copied to clipboard
add 'as' attribute to link for preload
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"