natpryce
02/27/2019, 8:26 AMpublic interface Document extends Node
). On the JS platform it is defined as abstract classes (e.g. public external open class Document : Node, ...
). This makes it impossible to write multiplatform code that uses DOM elements, and also impossible to write expect/actual declarations for DOM elements in common code. Is there a workaround or other API that can be used to work with XML in multiplatform projects?ilya.gorbunov
02/27/2019, 10:24 PM