Hello, World! And Merry Xmas :slightly_smiling_fac...
# ktor
b
Hello, World! And Merry Xmas 🙂 I'm trying the kotlinx.html integration now. Is there a way to add custom attributes to a tag? In my case, I need to add a
defer
attribute to a
script
tag.
o
Yep,
attributes["data-toggle"] = "dropdown"
b
great, thanks!