Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
3bf7a3e9
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
3bf7a3e9
编写于
7月 11, 2023
作者:
O
openharmony_ci
提交者:
Gitee
7月 11, 2023
浏览文件
操作
浏览文件
下载
差异文件
!20396 modify web docs for Interface abandon
Merge pull request !20396 from 李想/master
上级
27459426
8edf046a
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
15 addition
and
20 deletion
+15
-20
zh-cn/application-dev/reference/apis/js-apis-webview.md
zh-cn/application-dev/reference/apis/js-apis-webview.md
+0
-12
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md
...ication-dev/reference/arkui-ts/ts-basic-components-web.md
+15
-8
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-webview.md
浏览文件 @
3bf7a3e9
...
...
@@ -208,7 +208,6 @@ postMessageEventExt(message: WebMessageExt): void
| -------- | ------------------------------------- |
| 17100010 | Can not post message using this port. |
### onMessageEventExt<sup>10+</sup>
onMessageEventExt(callback: (result: WebMessageExt) => void): void
...
...
@@ -4347,7 +4346,6 @@ static saveCookieAsync(callback: AsyncCallback\<void>): void
| -------- | ---------------------- | ---- | :------------------------------------------------- |
| callback | AsyncCallback
\<
void> | 是 | callback回调,用于获取cookie是否成功保存。 |
**示例:**
```
ts
...
...
@@ -5739,7 +5737,6 @@ Web组件返回的请求/响应头对象。
| ARRAY_BUFFER | 4 |原始二进制数据缓冲区。|
| ARRAY | 5 |数组类型|
## WebMessageType<sup>10+</sup>
[
webMessagePort
](
#webmessageport
)
接口所支持的数据类型。
...
...
@@ -5796,7 +5793,6 @@ getString(): string
| -------- | ------------------------------------- |
| 17100014 | The type does not match with the value of the result. |
### getNumber<sup>10+</sup>
getNumber(): number
...
...
@@ -5841,7 +5837,6 @@ getBoolean(): boolean
| -------- | ------------------------------------- |
| 17100014 | The type does not match with the value of the result. |
### getArrayBuffer<sup>10+</sup>
getArrayBuffer(): ArrayBuffer
...
...
@@ -5885,7 +5880,6 @@ getArray(): Array\<string | number | boolean\>
| -------- | ------------------------------------- |
| 17100014 | The type does not match with the value of the result. |
## WebMessageExt<sup>10+</sup>
[
webMessagePort
](
#webmessageport
)
接口接收、发送的的数据对象。
...
...
@@ -5904,7 +5898,6 @@ getType(): WebMessageType
| --------------| --------------------------------------------------------- |
|
[
WebMessageType
](
#webmessagetype10
)
|
[
webMessagePort
](
#webmessageport
)
接口所支持的数据类型。 |
### getString<sup>10+</sup>
getString(): string
...
...
@@ -5927,7 +5920,6 @@ getString(): string
| -------- | ------------------------------------- |
| 17100014 | The type does not match with the value of the web message. |
### getNumber<sup>10+</sup>
getNumber(): number
...
...
@@ -5950,7 +5942,6 @@ getNumber(): number
| -------- | ------------------------------------- |
| 17100014 | The type does not match with the value of the web message. |
### getBoolean<sup>10+</sup>
getBoolean(): boolean
...
...
@@ -5973,7 +5964,6 @@ getBoolean(): boolean
| -------- | ------------------------------------- |
| 17100014 | The type does not match with the value of the web message. |
### getArrayBuffer<sup>10+</sup>
getArrayBuffer(): ArrayBuffer
...
...
@@ -6039,7 +6029,6 @@ getError(): Error
| -------- | ------------------------------------- |
| 17100014 | The type does not match with the value of the web message. |
### setType<sup>10+</sup>
setType(type: WebMessageType): void
...
...
@@ -6180,7 +6169,6 @@ setError(message: Error): void
| -------- | ------------------------------------- |
| 17100014 | The type does not match with the value of the web message. |
## WebStorageOrigin
提供Web SQL数据库的使用信息。
...
...
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md
浏览文件 @
3bf7a3e9
...
...
@@ -670,12 +670,16 @@ verticalScrollBarAccess(verticalScrollBar: boolean)
</html>
```
### password
### password
<sup>(deprecated)</sup>
password(password: boolean)
设置是否应保存密码。该接口为空接口。
> **说明:**
>
> 从API version 10开始废弃,并且不再提供新的接口作为替代。
### cacheMode
cacheMode(cacheMode: CacheMode)
...
...
@@ -991,7 +995,6 @@ minLogicalFontSize(size: number)
}
```
### webFixedFont<sup>9+</sup>
webFixedFont(family: string)
...
...
@@ -1242,18 +1245,26 @@ forceDarkAccess(access: boolean)
}
```
### tableData
### tableData
<sup>(deprecated)</sup>
tableData(tableData: boolean)
设置是否应保存表单数据。该接口为空接口。
### wideViewModeAccess
> **说明:**
>
> 从API version 10开始废弃,并且不再提供新的接口作为替代。
### wideViewModeAccess<sup>(deprecated)</sup>
wideViewModeAccess(wideViewModeAccess: boolean)
设置web是否支持html中meta标签的viewport属性。该接口为空接口。
> **说明:**
>
> 从API version 10开始废弃,并且不再提供新的接口作为替代。
### pinchSmooth<sup>9+</sup>
pinchSmooth(isEnabled: boolean)
...
...
@@ -1384,7 +1395,6 @@ mediaOptions(options: WebMediaOptions)
**示例:**
```
ts
// xxx.ets
import
web_webview
from
'
@ohos.web.webview
'
...
...
@@ -1939,7 +1949,6 @@ onHttpErrorReceive(callback: (event?: { request: WebResourceRequest, response: W
onPageBegin(callback: (event?: { url: string }) => void)
网页开始加载时触发该回调,且只在主frame触发,iframe或者frameset的内容加载时不会触发此回调。
**参数:**
...
...
@@ -1974,7 +1983,6 @@ onPageBegin(callback: (event?: { url: string }) => void)
onPageEnd(callback: (event?: { url: string }) => void)
网页加载完成时触发该回调,且只在主frame触发。
**参数:**
...
...
@@ -3668,7 +3676,6 @@ Web组件返回的请求/响应头对象。
| headerKey | string | 请求/响应头的key。 |
| headerValue | string | 请求/响应头的value。 |
## WebResourceResponse
web组件资源响应对象。示例代码参考
[
onHttpErrorReceive事件
](
#onhttperrorreceive
)
。
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录