kotlinx.html icon indicating copy to clipboard operation
kotlinx.html copied to clipboard

add 'as' attribute to link for preload

Open corlaez opened this issue 3 years ago • 0 comments

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"

corlaez avatar Aug 05 '22 18:08 corlaez