未验证 提交 fe3fc1a5 编写于 作者: O openharmony_ci 提交者: Gitee

!21548 修改使用WebCookieManager清除cookie失效问题同步3.2release分支。

Merge pull request !21548 from 周礼亭/OpenHarmony-3.2-Release
......@@ -3325,6 +3325,10 @@ struct WebComponent {
通过WebCookie可以控制Web组件中的cookie的各种行为,其中每个应用中的所有web组件共享一个WebCookieManager实例。
> **说明:**
>
> 目前调用WebCookieManager下的方法,都需要先加载Web组件。
### getCookie
static getCookie(url: string): string
......@@ -3787,6 +3791,10 @@ struct WebComponent {
通过WebStorage可管理Web SQL数据库接口和HTML5 Web存储接口,每个应用中的所有Web组件共享一个WebStorage。
> **说明:**
>
> 目前调用WebStorage下的方法,都需要先加载Web组件。
### deleteOrigin
static deleteOrigin(origin : string): void
......@@ -4247,6 +4255,10 @@ struct WebComponent {
web组件数据库管理对象。
> **说明:**
>
> 目前调用WebDataBase下的方法,都需要先加载Web组件。
### getHttpAuthCredentials
static getHttpAuthCredentials(host: string, realm: string): Array\<string>
......@@ -4425,6 +4437,10 @@ struct WebComponent {
web组件地理位置权限管理对象。
> **说明:**
>
> 目前调用GeolocationPermissions下的方法,都需要先加载Web组件。
### 需要权限
访问地理位置时需添加权限:ohos.permission.LOCATION、ohos.permission.APPROXIMATELY_LOCATION、ohos.permission.LOCATION_IN_BACKGROUND,具体权限说明请参考[位置服务](./js-apis-geolocation.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册