getAcceptType describes the error

Signed-off-by: ji_xinliu <liujixin1@huawei.com>
This commit is contained in:
ji_xinliu 2024-03-07 16:59:03 +08:00
parent 7501c9c545
commit 8fd486b3e8

View File

@ -1159,14 +1159,14 @@ declare class FileSelectorParam {
getMode(): FileSelectorMode;
/**
* Gets an array of acceptable MMIE type.
* @returns { Array<string> } Return an array of acceptable MMIE type.
* Gets an array of acceptable MIME type.
* @returns { Array<string> } Return an array of acceptable MIME type.
* @syscap SystemCapability.Web.Webview.Core
* @since 9
*/
/**
* Gets an array of acceptable MMIE type.
* @returns { Array<string> } Return an array of acceptable MMIE type.
* Gets an array of acceptable MIME type.
* @returns { Array<string> } Return an array of acceptable MIME type.
* @syscap SystemCapability.Web.Webview.Core
* @crossplatform
* @atomicservice