suppress kdocs of uniupload in actual realizations

This commit is contained in:
InsanusMokrassar 2022-12-05 07:00:31 +06:00
parent 41504469db
commit fafe50f80a
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ import org.w3c.xhr.XMLHttpRequestResponseType
* @param data [Map] where keys will be used as names for multipart parts and values as values. If you will pass
* [dev.inmo.micro_utils.common.MPPFile] (File from JS or JVM platform). Also you may pass [UniUploadFileInfo] as value
* in case you wish to pass other source of multipart binary data than regular file
* @suppress
*/
actual suspend fun <T> HttpClient.uniUpload(
url: String,

View File

@ -27,6 +27,7 @@ import java.io.File
* @param data [Map] where keys will be used as names for multipart parts and values as values. If you will pass
* [dev.inmo.micro_utils.common.MPPFile] (File from JS or JVM platform). Also you may pass [UniUploadFileInfo] as value
* in case you wish to pass other source of multipart binary data than regular file
* @suppress
*/
actual suspend fun <T> HttpClient.uniUpload(
url: String,