val instances: List<Foo> = dkodein.allInstances() // not available in JS
If not, what are the limitations w/ Kotlin JS that prevent it? Also, is there a good recommended work-around to get similar functionality by using the container directly?
s
salomonbrys
04/16/2020, 7:46 AM
Reflection.
In JS, there is no way to get the super class of a given class.
So, no ><.