added a working JS test case using the standard kotlin browser API for interacting with the DOM
This commit is contained in:
@@ -18,6 +18,7 @@ native public trait DOMImplementation {}
|
||||
native public trait DocumentType : Node {}
|
||||
native public trait Element : Node {
|
||||
fun appendChild(child : Node) : Unit = js.noImpl
|
||||
fun getTextContent() : String = js.noImpl
|
||||
}
|
||||
native public trait Entity : Node {}
|
||||
native public trait EntityReference : Node {}
|
||||
|
||||
Reference in New Issue
Block a user