robstoll
05/01/2018, 8:35 AMquerySelectorAll
). IntelliJ has iterator
in code completion but the compiler does not know if if I use it. it suggests to import kotlin.js.iterator but that does not help eithergaetan
05/01/2018, 5:31 PMdocument.querySelectorAll("foo").asList().forEach {
}