提交 4da05f0d 编写于 作者: Y yuhaoge

fix deleteOrigin

Signed-off-by: Nyuhaoge <yuhaoge1@huawei.com>
上级 0f568881
...@@ -242,7 +242,7 @@ SystemCapability.Web.Webview.Core ...@@ -242,7 +242,7 @@ SystemCapability.Web.Webview.Core
| mimeType | string | 是 | - | 媒体类型(MIME)。 | | mimeType | string | 是 | - | 媒体类型(MIME)。 |
| encoding | string | 是 | - | 编码类型,具体为“Base64"或者”URL编码。 | | encoding | string | 是 | - | 编码类型,具体为“Base64"或者”URL编码。 |
| baseUrl | string | 否 | - | 指定的一个URL路径(“http”/“https”/"data"协议),并由Web组件赋值给window.origin。 | | baseUrl | string | 否 | - | 指定的一个URL路径(“http”/“https”/"data"协议),并由Web组件赋值给window.origin。 |
| historyUrl | string | 否 | - | 历史记录URL。非空时,可被历史记录管理,实现前后退功能。当baseUrl为空时,此属性无效。 | | historyUrl | string | 否 | - | 历史记录URL。非空时,可被历史记录管理,实现前后退功能。当baseUrl为空时,此属性无效。 |
**错误码** **错误码**
...@@ -251,7 +251,6 @@ SystemCapability.Web.Webview.Core ...@@ -251,7 +251,6 @@ SystemCapability.Web.Webview.Core
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | ------------------------------------------------------------ | | -------- | ------------------------------------------------------------ |
| 17100001 | Init error. The WebviewController must be associated with a Web component. | | 17100001 | Init error. The WebviewController must be associated with a Web component. |
| 17100002 | Invalid url. |
**示例:** **示例:**
...@@ -351,7 +350,6 @@ SystemCapability.Web.Webview.Core ...@@ -351,7 +350,6 @@ SystemCapability.Web.Webview.Core
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | ------------------------------------------------------------ | | -------- | ------------------------------------------------------------ |
| 17100001 | Init error. The WebviewController must be associated with a Web component. | | 17100001 | Init error. The WebviewController must be associated with a Web component. |
| 17100007 | Invalid back or forward operation. |
**示例:** **示例:**
...@@ -447,7 +445,6 @@ SystemCapability.Web.Webview.Core ...@@ -447,7 +445,6 @@ SystemCapability.Web.Webview.Core
| 错误码ID | 错误信息 | | 错误码ID | 错误信息 |
| -------- | ------------------------------------------------------------ | | -------- | ------------------------------------------------------------ |
| 17100001 | Init error. The WebviewController must be associated with a Web component. | | 17100001 | Init error. The WebviewController must be associated with a Web component. |
| 17100007 | Invalid back or forward operation. |
**示例:** **示例:**
...@@ -2211,12 +2208,6 @@ SystemCapability.Web.Webview.Core ...@@ -2211,12 +2208,6 @@ SystemCapability.Web.Webview.Core
| url | string | 是 | - | 要设置的cookie所属的url。 | | url | string | 是 | - | 要设置的cookie所属的url。 |
| value | string | 是 | - | 要设置的cookie的值。 | | value | string | 是 | - | 要设置的cookie的值。 |
**返回值:**
| 类型 | 说明 |
| ------- | -------------------- |
| boolean | 设置cookie是否成功。 |
**错误码** **错误码**
以下错误码的详细介绍请参见 [webview错误码](../errorcodes/errorcode-webview.md) 以下错误码的详细介绍请参见 [webview错误码](../errorcodes/errorcode-webview.md)
...@@ -2630,7 +2621,7 @@ SystemCapability.Web.Webview.Core ...@@ -2630,7 +2621,7 @@ SystemCapability.Web.Webview.Core
| 参数名 | 类型 | 必填 | 默认值 | 说明 | | 参数名 | 类型 | 必填 | 默认值 | 说明 |
| ------ | ------ | ---- | ------ | ------------------------ | | ------ | ------ | ---- | ------ | ------------------------ |
| origin | string | 是 | - | 要获取的cookie所属的url. | | origin | string | 是 | - | 指定源的字符串索引. |
**错误码:** **错误码:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册