From 88f8933c0d4ead68a1e0b27b4c64c5978baffc0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E7=A4=BC=E4=BA=AD?= Date: Sat, 29 Jul 2023 09:40:43 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9cookie=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 周礼亭 --- zh-cn/application-dev/reference/apis/js-apis-webview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-webview.md b/zh-cn/application-dev/reference/apis/js-apis-webview.md index 0bf9503d18..b7e6b88c03 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-webview.md +++ b/zh-cn/application-dev/reference/apis/js-apis-webview.md @@ -4791,7 +4791,7 @@ struct WebComponent { > **说明:** > -> 目前调用WebCookieManager下的方法,都需要先加载Web组件。 +> 目前调用WebStorage下的方法,都需要先加载Web组件。 ### deleteOrigin @@ -5255,7 +5255,7 @@ web组件数据库管理对象。 > **说明:** > -> 目前调用WebCookieManager下的方法,都需要先加载Web组件。 +> 目前调用WebDataBase下的方法,都需要先加载Web组件。 ### getHttpAuthCredentials @@ -5437,7 +5437,7 @@ web组件地理位置权限管理对象。 > **说明:** > -> 目前调用WebCookieManager下的方法,都需要先加载Web组件。 +> 目前调用GeolocationPermissions下的方法,都需要先加载Web组件。 ### 需要权限 -- GitLab