enum class HttpType
HTTP protocol type for the AJAX call.
GET
POST
createInstance
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors.