copy
fun copy(url: String? = null, preprocessQuery: (String) -> dynamic? = null, preprocessData: (dynamic) -> Array<String>? = null, beforeSend: (JQueryXHR, JQueryAjaxSettings) -> dynamic? = null, httpType: HttpType = HttpType.GET, dataType: DataType = DataType.JSON, processData: Boolean = true): TaAjaxOptions
Content copied to clipboard