formEnctype

fun Tag<HTMLInputElement>.formEnctype(value: String)
fun Tag<HTMLInputElement>.formEnctype(value: Flow<String>)
fun Tag<HTMLButtonElement>.formEnctype(value: String)
fun Tag<HTMLButtonElement>.formEnctype(value: Flow<String>)