fix cacheMode description

Signed-off-by: wu_zhende <wuzhende2@huawei.com>
This commit is contained in:
wu_zhende 2024-04-29 20:38:41 +08:00
parent 3b3389d472
commit dd8a61d1b6

View File

@ -499,13 +499,13 @@ declare enum CacheMode {
None,
/**
* Load cache first, then online.
* Load online and not cache.
*
* @syscap SystemCapability.Web.Webview.Core
* @since 8
*/
/**
* Load cache first, then online.
* Load online and not cache.
*
* @syscap SystemCapability.Web.Webview.Core
* @atomicservice