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

!21844 更新4.0 Beta2版本说明书

Merge pull request !21844 from 时睿/master
# OpenHarmony 4.0 Beta2
## 版本概述
OpenHarmony 4.0版本标准系统能力持续完善:ArkUI进一步增强基础组件能力,应用框架支持ArkTS卡片代理刷新,应用包支持应用、支持原子化服务数据共享、支持企业应用的安装管理,分布式软总线支持会话级的传输能力协商,分布式数据管理UDMF(统一数据管理框架)支持跨设备拖拽场景下对分布式目录的文件临时授权、文件管理支持公共图片文件在设备端和云端进行同步,媒体进一步增强音频/媒体播放/音视频编解码能力,图形渲染库升级至Skia 0310新版本,窗口控件化能力继续增强,事件通知支持选定通知并批量删除通知,安全基础提供DSA数字签名算法能力,ArkCompiler方舟运行时支持JSContext功能、支持动态PGO功能,DFX提供统一的采集框架能力,方便开发者对应用的调试调测。
## 特性说明
### 应用框架
- 更新ArkTS卡片刷新方式,支持通过数据代理的方式刷新内容。
- ArkTS卡片支持静态卡片配置、静态图展示。
### ArkUI
- Xcomponent组件支持Texture模式绘制、popup支持位置自定义、弹框支持通过键盘ESC键逐层退出、ListItem支持长距离左滑删除手势、ArkTS/JS卡片支持渲染完成回调、Image/Text组件支持隐私遮罩、ContextMenu支持分段显示能力。
- 动画效果增强,包括:布局属性、背景图片大小位置属性、显隐属性支持隐式动效,list支持scrollToIndex动效、Tabs模糊动效、popup出现/消失动效,支持自定义动画,满足开发者多种多样动画诉求。
- 开发效率增强:支持命名路由的能力,借助此能力可针对不同页面设置不同的切换动效;轻量级ArkUI框架支持定义全局数据对象,可进行应用内页面间的数据共享。
- 全局API支持Stage模型多实例场景。
### 应用包管理
- 支持对应用分发类型和附件信息的设置和查询。
- 支持通过文件扩展名列出支持打开该文件的应用列表,实现了文件扩展名与应用的匹配关系。
- 支持企业应用的安装管理,对于证书类型为“enterprise”的应用,安装需要申请“ohos.permission.INSTALL_ENTERPRISE_BUNDLE”。
### 分布式数据管理
- UDMF(统一数据管理框架)支持跨设备拖拽场景下对分布式目录的文件临时授权。
- 提供RDBstore NDK接口 :包含增/删/改/查/事务、数据加密、数据分级保护、备份/恢复能力。
- Key-Value和分布式数据对象支持根据数据量自动选择数据同步的通道。系统会根据数据量大小自动选择蓝牙通道或基于WiFi的P2P通道进行数据的同步。
### 分布式软总线
- 支持对基于软总线连接的link信息进行管理。
- 支持会话级的传输能力协商,可通过协商确定设备间传输的能力。
### 分布式硬件
- 分布式场景下的音频录制时延性能得到优化。
- 分布式文件系统支持在以蓝牙引导的P2P连接环境下进行文件互访。
- 支持组网设备名称变化的监听。
### 文件管理
- 支持公共图片文件在设备端和云端进行同步(设备登录的帐号需开通云端服务),支持通过picker选择云端的图片。
- 支持应用定制备份恢复的目录。
- 支持公共图片的分类管理,用户可以在图库中通过相册对用户图片进行组织分类。
- 支持应用监听沙箱内的文件的增改删。
- 支持应用跨设备分享沙箱内的文件。
### 图形显示及窗口
**图形**
- 支持对选定区域取色,可选定区域后获得该区域的主色值、平均色值等参数并按需使用。
- 支持设置旋转中心在Z轴锚点的偏移,允许在旋转过程中修改渲染的锚点。
- 图形处理依赖的渲染库升级至Skia 0310新版本,提升了显示性能。
**窗口**
- 优化了display模块的参数值获取方式,从原先软件方式优化为从硬件直接获取真实值。
- 窗口控件化能力增强:窗口以控件化的方式支持窗口属性、子窗口、模态窗口、窗口效果、窗口装饰、亮灭屏流程、截屏录屏。
### 媒体
**音频**
- 支持音效框架:南向厂商可配置音效策略和加载自定义音效;应用可查询音频输出的音效模式,切换或关闭音效模式。
- 支持系统内录音能力:可根据音频场景属性筛选,录制系统内播放的音频数据。
- 支持获取音频设备显示名:播放对象详细信息内可获取当前播放输出归属的设备名。
**媒体播放**
支持音效参数配置,可以在音频框架支持音效的能力基础上进一步配置音效。
**音视频编解码**
- 支持通过Native API查询系统的音视频编解码能力。
- 支持通过Native API完成音视频封装,即将音频、视频等编码后的媒体数据,按一定的格式存储到文件里。
- 支持通过Native API完成音视频解封装,即从比特流数据中取出音频、视频等媒体帧数据。
### 事件通知
- 支持选定通知并批量删除通知。
- emitter支持取消按条件指定订阅回调能力。
### 基础通信
- WiFi支持后台扫描的能力。
- WiFi支持STA模式下的随机MAC能力。
### 网络与通信
- 支持与服务器端通过TCP Socket进行通信。
- 支持用户将数据传送到远程服务器。
- 支持HTTPS证书的管理适配。
- 支持网卡代理。
### 系统服务管理
- 支持系统服务按需启动,例如外部调用、事件触发,同时支持在设备空闲时自动退出系统服务。
- 系统服务配置格式优化,使用JSON格式替代XML格式。
### 电源
- 新增接口,支持设置系统立即进入睡眠状态。
- 新增休眠源定制能力,支持根据不同的休眠源定制事件及行为。
- 新增唤醒源定制能力,支持根据不同的唤醒源定制唤醒事件。
### 多模输入
- 支持将键盘输入设备的原始事件映射为归一化交互的意图事件,使开发者在开发应用时无需关注输入行为是来自触控还是键盘。
- 支持用户根据个人习惯设置触控板功能的个性化配置:
- 支持两种触发模式映射鼠标左键功能: 按压、轻点。
- 支持两种触发模式映射鼠标右键功能:点按左/右下角、双指点按或轻点。
- 跟踪速度:支持10档速度调节。
- 支持两种交互模式映射鼠标滚轮功能:内容随手指移动方向、内容随手指反向移动。
### 主题框架
- 锁屏管理服务支持锁屏事件回调机制、静态/动态壁纸、查询锁屏时的业务状态。
- 壁纸管理服务支持自定义壁纸、锁屏/解锁操作、重置壁纸。
### 上传下载
支持查询上传和下载的任务、任务状态信息同步和任务记录持久化、任务状态查询和异常的恢复。
### 安全
**加解密算法库框架**
- 提供DSA数字签名算法能力。
- 提供DSA、ECC、RSA密钥解析和密钥参数的获取能力。
- 提供安全随机数生成算法类型的获取能力。
- 提供SM4密钥的随机生成与转换,以及加密解密能力。
- 提供SM3密钥的HMAC和HASH的能力。
- 提供SM2密钥的随机生成与转换、签名及验签、以及加密解密能力。
**密钥管理**
- 支持HUKS密钥加密保护。
- 支持KeyAttestation公钥证书中增加对密钥所属业务身份字段。
- 支持标准HDI南向接口。
**设备互信认证**
支持在以下两种场景的设备间互信认证流程中生成假名,支持识别及和标识设备的假名化名称。
- 对使用同帐号登录的多个设备进行互信认证。
- 对非同帐号的点对点互联的两个设备进行互信认证。
### 程序访问控制
- 优化权限管理的菜单呈现,拆分媒体和文件的权限组,相应权限的授权粒度更加精细化。
- 支持treble架构下对SELinux的兼容能力。
### 帐号
- 支持帐号授权能力扩展和三方应用使用帐号授权能力。
- 支持对域帐号插件的管理,从而支持域帐号管理和认证能力。
### WebView
- W3C能力补充完善:补充Web Camera能力,以及bindContextMenu、Select、date类型input等H5标签能力。
- 支持多渲染进程的进程拆分。
- 支持文字、图片基础拖拽能力。
- 支持WebRTC的视频会议能力(不含摄像头共享)。
- 支持渲染进程独立SELinux标签,增强安全基础能力。
### ArkCompiler
- 方舟运行时支持JSContext功能;支持动态PGO功能,可采集运行期的类型和函数热点信息,并生成AP文件;支持动态import加载NAPI库。
- 方舟编译器type编译模式下前端编译工具链切换到es2abc。
- NAPI buffer、object、arraybuffer、object type接口功能补齐。
- Taskpool支持任务中断和取消,支持定义任务组(TaskGroup),支持对任务的状态和调度信息进行打点,支持超长等待的任务进行识别和恢复。
- 编译构建能力提供OpenHarmony系统user和root不同权限版本的构建,user版本能力同步支持Wukong测试工具和XTS测试能力。
- 编译工具链支持预览器上的调试能力。
### DFX
- 提供统一的采集框架能力,方便开发者对应用的调试调测。
- 提供统一的trace采集能力。
- 提供Native的HiTraceMeter打点接口。
- 性能雷达提供工具类,方便各业务模块(子系统)在业务流程上传递性能埋点记录及结算性能数据。
### 内核
代码执行权限管控能力增强,新增了以下能力:
- 支持安全内存机制。
- 提供满足不同场景的代码执行权限管控策略。
- 提供代码执行权限管控的全生命周期管理能力。
- 支持解析可执行文件获取代码段信息。
- 支持代码页的完整性保护能力。
### 驱动
- 扩展设备驱动框架提供以下能力:
- 扩展设备驱动框架基于“驱动扩展Ability(DriverExtensionAbility)”的能力,构建应用态扩展驱动包的开发、部署、安装、更新、卸载、运行能力,开放全流程生命周期管理能力。
- 支持三方设备厂商开发的非标准协议的可插拔USB设备扩展驱动包,正常安装到OpenHarmony系统。插入USB设备后,能正常识别USB设备并与扩展驱动包匹配。
- 支持三方应用通过扩展外部设备管理框架查询并绑定USB设备扩展驱动包,完成对扩展驱动包定制功能的操作。
- 相机驱动提供以下能力:
- 提供USB相机热插拔识别能力,支持开机启动检查识别和启动后热插拔识别。
- 支持USB相机的预览、拍照、录像能力,提供相机格式、分辨率查询和配置能力。
- 编解码驱动提供JPEG图片硬件解码加速能力,包括获取硬件解码信息,初始化/去初始化,解码,申请/释放buffer,提升用户浏览图片流畅度体验。
- 传感器驱动提供温湿度传感器设备驱动能力,支持小型设备温湿度器件查询,器件使能/去使能,数据查询能力,丰富智能设备传感器能力。
## 配套关系
**表1** 版本软件和工具配套关系
| 软件 | 版本 | 备注 |
| -------- | -------- | -------- |
| OpenHarmony | 4.0 Beta2 | NA |
| Public SDK | Ohos_sdk_public 4.0.9.6 (API Version 10 Beta2) | 面向应用开发者提供,不包含需要使用系统权限的系统接口。通过DevEco Studio默认获取的SDK为Public SDK。 |
| HUAWEI DevEco Studio(可选) | 4.0 Beta2 | OpenHarmony应用开发推荐使用。获取方式:<br />*待发布* |
| HUAWEI DevEco Device Tool(可选) | 4.0 Beta1 | OpenHarmony智能设备集成开发环境推荐使用。获取方式:<br />[点击跳转至下载页面](https://device.harmonyos.com/cn/develop/ide#download) |
## 源码获取
### 前提条件
1. 注册码云gitee帐号。
2. 注册码云SSH公钥,请参考[码云帮助中心](https://gitee.com/help/articles/4191)
3. 安装[git客户端](https://gitee.com/link?target=https%3A%2F%2Fgit-scm.com%2Fbook%2Fzh%2Fv2%2F%25E8%25B5%25B7%25E6%25AD%25A5-%25E5%25AE%2589%25E8%25A3%2585-Git)[git-lfs](https://gitee.com/vcs-all-in-one/git-lfs?_from=gitee_search#downloading)并配置用户信息。
```
git config --global user.name "yourname"
git config --global user.email "your-email-address"
git config --global credential.helper store
```
4. 安装码云repo工具,可以执行如下命令。
```
curl -s https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 > /usr/local/bin/repo #如果没有权限,可下载至其他目录,并将其配置到环境变量中chmod a+x /usr/local/bin/repo
pip3 install -i https://repo.huaweicloud.com/repository/pypi/simple requests
```
### 通过repo获取
**方式一(推荐)**
通过repo + ssh 下载(需注册公钥,请参考[码云帮助中心](https://gitee.com/help/articles/4191))。
- 从版本分支获取源码。可获取该版本分支的最新源码,包括版本发布后在该分支的合入。
```
repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-4.0-Beta2 --no-repo-verify
repo sync -c
repo forall -c 'git lfs pull'
```
- 从版本发布Tag节点获取源码。可获取与版本发布时完全一致的源码。
```
repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-v4.0-Beta2 --no-repo-verify
repo sync -c
repo forall -c 'git lfs pull'
```
**方式二**
通过repo + https 下载。
- 从版本分支获取源码。可获取该版本分支的最新源码,包括版本发布后在该分支的合入。
```
repo init -u https://gitee.com/openharmony/manifest -b OpenHarmony-4.0-Beta2 --no-repo-verify
repo sync -c
repo forall -c 'git lfs pull'
```
- 从版本发布Tag节点获取源码。可获取与版本发布时完全一致的源码。
```
repo init -u https://gitee.com/openharmony/manifest -b refs/tags/OpenHarmony-v4.0-Beta2 --no-repo-verify
repo sync -c
repo forall -c 'git lfs pull'
```
### 从镜像站点获取
**表2** 获取源码路径
| 版本源码 | **版本信息** | **下载站点** | **SHA256校验码** | **软件包容量** |
| --------------------------------------- | ------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | -------- |
| 全量代码(标准、轻量和小型系统) | 4.0 Beta2 | *待发布* | *待发布* | *待发布* |
| Hi3861解决方案(二进制) | 4.0 Beta2 | [站点](https://repo.huaweicloud.com/openharmony/os/4.0-Beta2/hispark_pegasus.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/openharmony/os/4.0-Beta2/hispark_pegasus.tar.gz.sha256) | 27.5 MB |
| Hi3516解决方案-LiteOS(二进制) | 4.0 Beta2 | [站点](https://repo.huaweicloud.com/openharmony/os/4.0-Beta2/hispark_taurus_LiteOS.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/openharmony/os/4.0-Beta2/hispark_taurus_LiteOS.tar.gz.sha256) | 300.9 MB |
| Hi3516解决方案-Linux(二进制) | 4.0 Beta2 | [站点](https://repo.huaweicloud.com/openharmony/os/4.0-Beta2/hispark_taurus_Linux.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/openharmony/os/4.0-Beta2/hispark_taurus_Linux.tar.gz.sha256) | 192.4 MB |
| RK3568标准系统解决方案(二进制) | 4.0 Beta2 | [站点](https://repo.huaweicloud.com/openharmony/os/4.0-Beta2/dayu200_standard_arm32.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/openharmony/os/4.0-Beta2/dayu200_standard_arm32.tar.gz.sha256) | 5.2 GB |
| 标准系统Public SDK包(Mac) | 4.0.9.6 | [站点](https://repo.huaweicloud.com/openharmony/os/4.0-Beta2/ohos-sdk-mac-public.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/openharmony/os/4.0-Beta2/ohos-sdk-mac-public.tar.gz.sha256) | 832.3 MB |
| 标准系统Public SDK包(Mac-M1) | 4.0.9.6 | [站点](https://repo.huaweicloud.com/openharmony/os/4.0-Beta2/L2-SDK-MAC-M1-PUBLIC.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/openharmony/os/4.0-Beta2/L2-SDK-MAC-M1-PUBLIC.tar.gz.sha256) | 788.4 MB |
| 标准系统Public SDK包(Windows/Linux) | 4.0.9.6 | [站点](https://repo.huaweicloud.com/openharmony/os/4.0-Beta2/ohos-sdk-windows_linux-public.tar.gz) | [SHA256校验码](https://repo.huaweicloud.com/openharmony/os/4.0-Beta2/ohos-sdk-windows_linux-public.tar.gz.sha256) | 2.0 GB |
## 更新说明
本版本在OpenHarmony 4.0 Beta1的基础上有如下变更:
### API
OpenHarmony 4.0 Beta2的API范围相比4.0 Beta1,API变更的清单请参见“[API差异报告](https://gitee.com/openharmony/docs/blob/OpenHarmony-4.0-Beta2/zh-cn/release-notes/api-diff/v4.0-beta2/Readme-CN.md)”。极少量接口的变更可能影响到已开发的应用(使用API 9或更早版本API开发的应用),变更影响的说明和接口的适配指导请参见“[changelogs](https://gitee.com/openharmony/docs/blob/OpenHarmony-4.0-Beta2/zh-cn/release-notes/changelogs/v4.0-beta2/Readme-CN.md)”。
### 特性变更
详见[版本概述](#版本概述)
### 芯片及开发板适配
芯片及开发板适配状态请参考[SIG-Devboard](https://gitee.com/openharmony/community/blob/master/sig/sig_devboard/sig_devboard_cn.md)信息。
### Samples
**表3** 新增Samples
| 子系统 | 名称 | 简介 | 开发语言 |
| -------- | -------- | -------- | -------- |
| 网络与连接 | [上传和下载](https://gitee.com/openharmony/applications_app_samples/tree/OpenHarmony-4.0-Beta2/code/BasicFeature/Connectivity/UploadAndDownLoad) | 本示例使用\@ohos.request接口创建上传和下载任务,实现上传、下载功能,hfs作为服务器,实现了文件的上传和下载和任务的查询功能。 | ArkTS |
| 文件管理 | [应用接入数据备份恢复](https://gitee.com/openharmony/applications_app_samples/tree/OpenHarmony-4.0-Beta2/code/BasicFeature/FileManagement/FileBackupExtension)<br/>(Full SDK) | 应用接入数据备份恢复需要通过配置BackupExtensionAbility实现。<br/>BackupExtensionAbility,是Stage模型中扩展组件ExtensionAbility的派生类。开发者可以通过修改配置文件定制备份恢复框架的行为,包括是否允许备份恢复,备份哪些文件等。<br/>本sample主要给备份流程提供应用,用于生成数据和显示数据。 | ArkTS |
| 事件通知 | [自定义通知角标](https://gitee.com/openharmony/applications_app_samples/tree/OpenHarmony-4.0-Beta2/code/BasicFeature/Notification/CustomNotificationBadge) | 本示例主要展示了设定应用的桌面图标角标的功能,使用\@ohos.notificationManager 接口,进行桌面角标的设置,通知的发送,获取等。 | ArkTS |
| 事件通知 | [自定义通知推送](https://gitee.com/openharmony/applications_app_samples/tree/OpenHarmony-4.0-Beta2/code/BasicFeature/Notification/CustomNotificationPush)<br/>(Full SDK) | 本示例主要展示了通知过滤回调管理的功能,使用\@ohos.notificationManager 接口,进行通知监听回调,决定应用通知是否发送。 | ArkTS |
| NDK | [Native Xcomponent](https://gitee.com/openharmony/applications_app_samples/tree/master/code/BasicFeature/Native/NdkXComponent)<br/>(Native SDK) | 本示例中主要介绍开发者如何使用Native XComponent接口来获取NativeWindow实例、获取布局/事件信息、注册事件回调并通过OpenGL/EGL实现在页面上绘制形状。功能主要包括点击按钮绘制一个五角星,并可以通过点击XComponent区域改变五角星的颜色。 | Native C++ |
| 应用模型 | [数据代理卡片-数据库刷新](https://gitee.com/openharmony/applications_app_samples/tree/OpenHarmony-4.0-Beta2/code/SystemFeature/ApplicationModels/PersistentProxyForm)<br/>(Full SDK) | 本示例主要展示了数据代理卡片的功能,使用\@ohos.application.DataShareExtensionAbility、\@ohos.data.dataShare、\@ohos.data.dataSharePredicates等接口,实现了修改卡片订阅信息后,当rdb数据库中的数据发生变化时,卡片中对应信息也发生相应变化的功能。 | ArkTS |
| 应用模型 | [数据代理卡片-仿push应用刷新](https://gitee.com/openharmony/applications_app_samples/tree/OpenHarmony-4.0-Beta2/code/SystemFeature/ApplicationModels/ProcessProxyForm)<br/>(Full SDK) | 本示例主要展示了使用push应用形式的数据代理卡片功能,使用\@ohos.data.dataShare等接口,实现了数据代理卡片的修改订阅条件功能及卡片的发布数据功能。 | ArkTS |
| 应用模型 | [编辑应用](https://gitee.com/openharmony/applications_app_samples/tree/OpenHarmony-4.0-Beta2/code/SystemFeature/ApplicationModels/Receiver) | 本示例主要实现了基于UIExtension实现简单的分享功能。支持取消分享,点击“返回Share”按钮,返回调用方应用;支持完成分享,点击“留在编辑应用”按钮,留在当前接收分享结果应用。 | ArkTS |
| 应用模型 | [发起分享应用](https://gitee.com/openharmony/applications_app_samples/tree/OpenHarmony-4.0-Beta2/code/SystemFeature/ApplicationModels/Share)<br/>(Full SDK) | 本示例主要实现了点击“分享”按钮发起分享,显示出分享文本应用图标和分享编辑应用图标,点击相对应应用图标可以发起分享并跳转到其对应应用显示。 | ArkTS |
| 应用模型 | [文本应用](https://gitee.com/openharmony/applications_app_samples/tree/OpenHarmony-4.0-Beta2/code/SystemFeature/ApplicationModels/Template)<br/>(Full SDK) | 本示例主要实现了基于UIExtension实现简单的分享功能。支持取消分享,点击“返回Share”按钮,返回调用方应用;支持完成分享,点击“留在文本应用”按钮,留在当前文本应用。 | ArkTS |
请访问[Samples](https://gitee.com/openharmony/applications_app_samples)仓了解更多信息。
## 修复缺陷列表
**表4** 修复缺陷ISSUE列表
| ISSUE单 | 问题描述 |
| -------- | -------- |
| I6U4ZT | 拍照后立刻断电源,图库的第一张图片点击打不开。 |
| I79752 | 中概率由进程com.ohos.smartperf下的.ohos.smartperf线程导致libark_jsruntime.so出现cppcrash。 |
| I79P3K | 低概率由进程com.ohos.callui导致jscrash,栈名:onDestroy。 |
| I79TCB | 低概率由进程com.ohos.note下的VizCompositorTh线程导致libweb_engine.soTh出现cppcrash。 |
| I78CBC | 反复进入某相册的图片宫格浏览界面,导致libace.z.so出现内存泄露。 |
| I78C9W | 反复进入大图浏览界面后返回,导致libace.z.so出现内存泄露。 |
## 遗留缺陷列表
**表5** 遗留缺陷列表
| ISSUE | 问题描述 | 影响 | 计划解决日期 |
| -------- | -------- | -------- | -------- |
| I78CH7 | 反复在dock栏添加/移除应用,导致libace.z.so出现内存泄露。 | 非常用场景,应用重启后泄露问题消失,影响可控。 | 2023年8月30日 |
| I7BF3M | 长时间运行测试,launcher进程概率性出现appfreeze,原因是STRINGID:APPLICATION_BLOCK_INPUT卡在libeventhandler.z.so。 | 该问题不会引起系统重启,整体影响可控。 | 2023年8月30日 |
| I7M51R | 低概率出现进程com.ohos.systemui下的线程render_service出现cppcrash。 | 低概率问题,且render_service进程出现cppcrash后,系统会自动重新启动render_service进程,对业务影响可控。 | 2023年8月30日 |
| I7L2CF | SystemUI内存泄漏:反复执行下拉任务栏操作,压力测试执行24小时,泄露60MB。 | 单次执行下拉任务栏操作,泄露量在几KB,影响可控。 | 2023年8月30日 |
| I7NWF3 | 因兼容性问题,使用3.2.x版本的设备和4.0.x版本的设备通过Wi-Fi引导P2P连接时开启会话失败。 | 在使用4.0.x版本的设备间此问题不存在,影响可控。 | 2023年8月30日 |
| I7BOAO | 三方仓GLES3多个测试用例执行失败。 | 三方仓问题,厂商正在适配修改。 | 2023年8月30日 |
\ No newline at end of file
# Readme
- [元能力](js-apidiff-ability.md)
- [帐号](js-apidiff-account.md)
- [AI](js-apidiff-ai.md)
- [应用](js-apidiff-application.md)
- [ArkUI](js-apidiff-arkui.md)
- [电源管理](js-apidiff-battery.md)
- [包管理](js-apidiff-bundle.md)
- [网络与通信](js-apidiff-communication.md)
- [语言编译器运行时](js-apidiff-compiler-and-runtime.md)
- [定制](js-apidiff-customization.md)
- [DFX](js-apidiff-dfx.md)
- [分布式数据管理](js-apidiff-distributed-data.md)
- [分布式硬件](js-apidiff-distributed-hardware.md)
- [上传下载](js-apidiff-download-upload.md)
- [驱动](js-apidiff-driver.md)
- [文件管理](js-apidiff-file-management.md)
- [位置服务](js-apidiff-geolocation.md)
- [全球化](js-apidiff-global.md)
- [Misc软件](js-apidiff-misc.md)
- [MSDP](js-apidiff-msdp.md)
- [多模输入](js-apidiff-multi-modal-input.md)
- [媒体](js-apidiff-multimedia.md)
- [事件通知](js-apidiff-notification.md)
- [资源调度](js-apidiff-resource-scheduler.md)
- [安全](js-apidiff-security.md)
- [泛Sensor](js-apidiff-sensor.md)
- [启动](js-apidiff-start-up.md)
- [电话服务](js-apidiff-telephony.md)
- [测试框架](js-apidiff-unitest.md)
- [USB](js-apidiff-usb.md)
- [Web](js-apidiff-web.md)
- [窗口](js-apidiff-window.md)
......@@ -744,69 +744,3 @@
|type有变化|类名:WantAgentInfo;<br>方法or属性:requestCode: number;<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:requestCode: number;<br>新版本信息:number|wantAgentInfo.d.ts|
|type有变化|类名:WantAgentInfo;<br>方法or属性:wantAgentFlags?: Array\<wantAgent.WantAgentFlags>;<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:wantAgentFlags?: Array\<wantAgent.WantAgentFlags>;<br>新版本信息:?Array\<wantAgent.WantAgentFlags>|wantAgentInfo.d.ts|
|type有变化|类名:WantAgentInfo;<br>方法or属性:extraInfo?: { [key: string]: any };<br>旧版本信息:|类名:WantAgentInfo;<br>方法or属性:extraInfo?: { [key: string]: any };<br>新版本信息:?object|wantAgentInfo.d.ts|
|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:declare abilityDelegatorRegistry<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:declare abilityDelegatorRegistry<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:function getAbilityDelegator(): AbilityDelegator;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:function getAbilityDelegator(): AbilityDelegator;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:function getArguments(): AbilityDelegatorArgs;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:function getArguments(): AbilityDelegatorArgs;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityDelegator = _AbilityDelegator;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityDelegator = _AbilityDelegator;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityDelegatorArgs = _AbilityDelegatorArgs;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityDelegatorArgs = _AbilityDelegatorArgs;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityMonitor = _AbilityMonitor;<br>旧版本信息:|类名:abilityDelegatorRegistry;<br>方法or属性:export type AbilityMonitor = _AbilityMonitor;<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:export enum AbilityLifecycleState<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:export enum AbilityLifecycleState<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:UNINITIALIZED<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:UNINITIALIZED<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:CREATE<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:CREATE<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:FOREGROUND<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:FOREGROUND<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:BACKGROUND<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:BACKGROUND<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:AbilityLifecycleState;<br>方法or属性:DESTROY<br>旧版本信息:|类名:AbilityLifecycleState;<br>方法or属性:DESTROY<br>新版本信息:crossplatform|@ohos.app.ability.abilityDelegatorRegistry.d.ts|
|跨平台能力有变化|类名:ColorMode;<br>方法or属性:COLOR_MODE_NOT_SET = -1<br>旧版本信息:|类名:ColorMode;<br>方法or属性:COLOR_MODE_NOT_SET = -1<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:ColorMode;<br>方法or属性:COLOR_MODE_DARK = 0<br>旧版本信息:|类名:ColorMode;<br>方法or属性:COLOR_MODE_DARK = 0<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:ColorMode;<br>方法or属性:COLOR_MODE_LIGHT = 1<br>旧版本信息:|类名:ColorMode;<br>方法or属性:COLOR_MODE_LIGHT = 1<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:Direction;<br>方法or属性:DIRECTION_NOT_SET = -1<br>旧版本信息:|类名:Direction;<br>方法or属性:DIRECTION_NOT_SET = -1<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:Direction;<br>方法or属性:DIRECTION_VERTICAL = 0<br>旧版本信息:|类名:Direction;<br>方法or属性:DIRECTION_VERTICAL = 0<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:Direction;<br>方法or属性:DIRECTION_HORIZONTAL = 1<br>旧版本信息:|类名:Direction;<br>方法or属性:DIRECTION_HORIZONTAL = 1<br>新版本信息:crossplatform|@ohos.app.ability.ConfigurationConstant.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:export interface AbilityDelegator<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:export interface AbilityDelegator<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:addAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:addAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:removeAbilityMonitor(monitor: AbilityMonitor): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:removeAbilityStageMonitor(monitor: AbilityStageMonitor): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<UIAbility>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, callback: AsyncCallback\<UIAbility>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback\<UIAbility>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout: number, callback: AsyncCallback\<UIAbility>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise\<UIAbility>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:waitAbilityMonitor(monitor: AbilityMonitor, timeout?: number): Promise\<UIAbility>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<AbilityStage>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, callback: AsyncCallback\<AbilityStage>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback\<AbilityStage>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout: number, callback: AsyncCallback\<AbilityStage>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise\<AbilityStage>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:waitAbilityStageMonitor(monitor: AbilityStageMonitor, timeout?: number): Promise\<AbilityStage>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:getAppContext(): Context;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:getAppContext(): Context;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:getAbilityState(ability: UIAbility): number;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:getAbilityState(ability: UIAbility): number;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(callback: AsyncCallback\<UIAbility>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(callback: AsyncCallback\<UIAbility>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(): Promise\<UIAbility>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:getCurrentTopAbility(): Promise\<UIAbility>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:startAbility(want: Want): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:doAbilityForeground(ability: UIAbility): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:doAbilityBackground(ability: UIAbility): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:print(msg: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:print(msg: string, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:print(msg: string): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:print(msg: string): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:printSync(msg: string): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:printSync(msg: string): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:finishTest(msg: string, code: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:finishTest(msg: string, code: number, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegator;<br>方法or属性:finishTest(msg: string, code: number): Promise\<void>;<br>旧版本信息:|类名:AbilityDelegator;<br>方法or属性:finishTest(msg: string, code: number): Promise\<void>;<br>新版本信息:crossplatform|AbilityDelegator.d.ts|
|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:export interface AbilityDelegatorArgs<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:export interface AbilityDelegatorArgs<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts|
|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:bundleName: string;<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts|
|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:parameters: { [key: string]: string };<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:parameters: { [key: string]: string };<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts|
|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:testCaseNames: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:testCaseNames: string;<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts|
|跨平台能力有变化|类名:AbilityDelegatorArgs;<br>方法or属性:testRunnerClassName: string;<br>旧版本信息:|类名:AbilityDelegatorArgs;<br>方法or属性:testRunnerClassName: string;<br>新版本信息:crossplatform|abilityDelegatorArgs.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:export interface AbilityMonitor<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:export interface AbilityMonitor<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:abilityName: string;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:abilityName: string;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:moduleName?: string;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:moduleName?: string;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onAbilityCreate?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onAbilityCreate?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onAbilityForeground?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onAbilityForeground?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onAbilityBackground?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onAbilityBackground?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onAbilityDestroy?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onAbilityDestroy?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onWindowStageCreate?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onWindowStageCreate?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityMonitor;<br>方法or属性:onWindowStageDestroy?: (ability: UIAbility) => void;<br>旧版本信息:|类名:AbilityMonitor;<br>方法or属性:onWindowStageDestroy?: (ability: UIAbility) => void;<br>新版本信息:crossplatform|AbilityMonitor.d.ts|
|跨平台能力有变化|类名:AbilityStageMonitor;<br>方法or属性:export interface AbilityStageMonitor<br>旧版本信息:|类名:AbilityStageMonitor;<br>方法or属性:export interface AbilityStageMonitor<br>新版本信息:crossplatform|AbilityStageMonitor.d.ts|
|跨平台能力有变化|类名:AbilityStageMonitor;<br>方法or属性:moduleName: string;<br>旧版本信息:|类名:AbilityStageMonitor;<br>方法or属性:moduleName: string;<br>新版本信息:crossplatform|AbilityStageMonitor.d.ts|
|跨平台能力有变化|类名:AbilityStageMonitor;<br>方法or属性:srcEntrance: string;<br>旧版本信息:|类名:AbilityStageMonitor;<br>方法or属性:srcEntrance: string;<br>新版本信息:crossplatform|AbilityStageMonitor.d.ts|
|跨平台能力有变化|类名:UIAbilityContext;<br>方法or属性:config: Configuration;<br>旧版本信息:|类名:UIAbilityContext;<br>方法or属性:config: Configuration;<br>新版本信息:crossplatform|UIAbilityContext.d.ts|
......@@ -831,51 +831,3 @@
|卡片应用支持性有变化|类名:ClickEvent;<br>方法or属性:screenX: number;<br>旧版本信息:form|类名:ClickEvent;<br>方法or属性:screenX: number;<br>新版本信息:|common.d.ts|
|卡片应用支持性有变化|类名:ClickEvent;<br>方法or属性:screenY: number;<br>旧版本信息:form|类名:ClickEvent;<br>方法or属性:screenY: number;<br>新版本信息:|common.d.ts|
|卡片应用支持性有变化|类名:TextAttribute;<br>方法or属性:textShadow(value: ShadowOptions): TextAttribute;<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:textShadow(value: ShadowOptions): TextAttribute;<br>新版本信息:form|text.d.ts|
|跨平台能力有变化|类名:componentSnapshot;<br>方法or属性:declare componentSnapshot<br>旧版本信息:|类名:componentSnapshot;<br>方法or属性:declare componentSnapshot<br>新版本信息:crossplatform|@ohos.arkui.componentSnapshot.d.ts|
|跨平台能力有变化|类名:componentSnapshot;<br>方法or属性:function get(id: string, callback: AsyncCallback\<image.PixelMap>): void;<br>旧版本信息:|类名:componentSnapshot;<br>方法or属性:function get(id: string, callback: AsyncCallback\<image.PixelMap>): void;<br>新版本信息:crossplatform|@ohos.arkui.componentSnapshot.d.ts|
|跨平台能力有变化|类名:componentSnapshot;<br>方法or属性:function get(id: string): Promise\<image.PixelMap>;<br>旧版本信息:|类名:componentSnapshot;<br>方法or属性:function get(id: string): Promise\<image.PixelMap>;<br>新版本信息:crossplatform|@ohos.arkui.componentSnapshot.d.ts|
|跨平台能力有变化|类名:componentSnapshot;<br>方法or属性:function createFromBuilder(builder: CustomBuilder, callback: AsyncCallback\<image.PixelMap>): void;<br>旧版本信息:|类名:componentSnapshot;<br>方法or属性:function createFromBuilder(builder: CustomBuilder, callback: AsyncCallback\<image.PixelMap>): void;<br>新版本信息:crossplatform|@ohos.arkui.componentSnapshot.d.ts|
|跨平台能力有变化|类名:componentSnapshot;<br>方法or属性:function createFromBuilder(builder: CustomBuilder): Promise\<image.PixelMap>;<br>旧版本信息:|类名:componentSnapshot;<br>方法or属性:function createFromBuilder(builder: CustomBuilder): Promise\<image.PixelMap>;<br>新版本信息:crossplatform|@ohos.arkui.componentSnapshot.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function copy(): Matrix4Transit;<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function copy(): Matrix4Transit;<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function invert(): Matrix4Transit;<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function invert(): Matrix4Transit;<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function combine(options: Matrix4Transit): Matrix4Transit;<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function combine(options: Matrix4Transit): Matrix4Transit;<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function translate(options: TranslateOption): Matrix4Transit;<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function translate(options: TranslateOption): Matrix4Transit;<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function scale(options: ScaleOption): Matrix4Transit;<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function scale(options: ScaleOption): Matrix4Transit;<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function rotate(options: RotateOption): Matrix4Transit;<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function rotate(options: RotateOption): Matrix4Transit;<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function transformPoint(options: [number, number]): [number, number];<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function transformPoint(options: [number, number]): [number, number];<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:getTransform(): Matrix2D;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:getTransform(): Matrix2D;<br>新版本信息:crossplatform|canvas.d.ts|
|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:setTransform(transform?: Matrix2D): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:setTransform(transform?: Matrix2D): void;<br>新版本信息:crossplatform|canvas.d.ts|
|跨平台能力有变化|类名:AlignRuleOption;<br>方法or属性:bottom?: { anchor: string, align: VerticalAlign };<br>旧版本信息:crossplatform|类名:AlignRuleOption;<br>方法or属性:bottom?: { anchor: string, align: VerticalAlign };<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:ClickEvent;<br>方法or属性:screenX: number;<br>旧版本信息:crossplatform|类名:ClickEvent;<br>方法or属性:screenX: number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:MouseEvent;<br>方法or属性:screenX: number;<br>旧版本信息:crossplatform|类名:MouseEvent;<br>方法or属性:screenX: number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:TouchObject;<br>方法or属性:screenX: number;<br>旧版本信息:crossplatform|类名:TouchObject;<br>方法or属性:screenX: number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:ClickEvent;<br>方法or属性:screenY: number;<br>旧版本信息:crossplatform|类名:ClickEvent;<br>方法or属性:screenY: number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:MouseEvent;<br>方法or属性:screenY: number;<br>旧版本信息:crossplatform|类名:MouseEvent;<br>方法or属性:screenY: number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:TouchObject;<br>方法or属性:screenY: number;<br>旧版本信息:crossplatform|类名:TouchObject;<br>方法or属性:screenY: number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:DragEvent;<br>方法or属性:getX(): number;<br>旧版本信息:crossplatform|类名:DragEvent;<br>方法or属性:getX(): number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:DragEvent;<br>方法or属性:getY(): number;<br>旧版本信息:crossplatform|类名:DragEvent;<br>方法or属性:getY(): number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Link(propName: string): any;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Link(propName: string): any;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static SetAndLink\<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static SetAndLink\<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Prop(propName: string): any;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Prop(propName: string): any;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static SetAndProp\<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static SetAndProp\<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Has(propName: string): boolean;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Has(propName: string): boolean;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Get\<T>(propName: string): T \| undefined;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Get\<T>(propName: string): T \| undefined;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Set\<T>(propName: string, newValue: T): boolean;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Set\<T>(propName: string, newValue: T): boolean;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static SetOrCreate\<T>(propName: string, newValue: T): void;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static SetOrCreate\<T>(propName: string, newValue: T): void;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Delete(propName: string): boolean;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Delete(propName: string): boolean;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Keys(): IterableIterator\<string>;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Keys(): IterableIterator\<string>;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Clear(): boolean;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Clear(): boolean;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static IsMutable(propName: string): boolean;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static IsMutable(propName: string): boolean;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Size(): number;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Size(): number;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:Environment;<br>方法or属性:static EnvProp\<S>(key: string, value: S): boolean;<br>旧版本信息:crossplatform|类名:Environment;<br>方法or属性:static EnvProp\<S>(key: string, value: S): boolean;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:Environment;<br>方法or属性:static EnvProps(<br> props: {<br> key: string;<br> defaultValue: any;<br> }[],<br> ): void;<br>旧版本信息:crossplatform|类名:Environment;<br>方法or属性:static EnvProps(<br> props: {<br> key: string;<br> defaultValue: any;<br> }[],<br> ): void;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:Environment;<br>方法or属性:static Keys(): Array\<string>;<br>旧版本信息:crossplatform|类名:Environment;<br>方法or属性:static Keys(): Array\<string>;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:PersistentStorage;<br>方法or属性:static Keys(): Array\<string>;<br>旧版本信息:crossplatform|类名:PersistentStorage;<br>方法or属性:static Keys(): Array\<string>;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:PersistentStorage;<br>方法or属性:static PersistProp\<T>(key: string, defaultValue: T): void;<br>旧版本信息:crossplatform|类名:PersistentStorage;<br>方法or属性:static PersistProp\<T>(key: string, defaultValue: T): void;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:PersistentStorage;<br>方法or属性:static DeleteProp(key: string): void;<br>旧版本信息:crossplatform|类名:PersistentStorage;<br>方法or属性:static DeleteProp(key: string): void;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:PersistentStorage;<br>方法or属性:static PersistProps(<br> properties: {<br> key: string;<br> defaultValue: any;<br> }[],<br> ): void;<br>旧版本信息:crossplatform|类名:PersistentStorage;<br>方法or属性:static PersistProps(<br> properties: {<br> key: string;<br> defaultValue: any;<br> }[],<br> ): void;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:LocalStorage;<br>方法or属性:static GetShared(): LocalStorage;<br>旧版本信息:crossplatform|类名:LocalStorage;<br>方法or属性:static GetShared(): LocalStorage;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:ListItemInterface;<br>方法or属性:(value?: string): ListItemAttribute;<br>旧版本信息:crossplatform|类名:ListItemInterface;<br>方法or属性:(value?: string): ListItemAttribute;<br>新版本信息:|list_item.d.ts|
|跨平台能力有变化|类名:NavigationAttribute;<br>方法or属性:toolBar(value: object \| CustomBuilder): NavigationAttribute;<br>旧版本信息:crossplatform|类名:NavigationAttribute;<br>方法or属性:toolBar(value: object \| CustomBuilder): NavigationAttribute;<br>新版本信息:|navigation.d.ts|
|跨平台能力有变化|类名:Scroller;<br>方法or属性:scrollToIndex(value: number, smooth?:boolean, align?: ScrollAlign);<br>旧版本信息:|类名:Scroller;<br>方法or属性:scrollToIndex(value: number, smooth?:boolean, align?: ScrollAlign);<br>新版本信息:crossplatform|scroll.d.ts|
......@@ -36,7 +36,3 @@
|model有变化|类名:AbilityType;<br>方法or属性:PAGE = 1<br>旧版本信息:|类名:AbilityType;<br>方法or属性:PAGE = 1<br>新版本信息:FAModelOnly|@ohos.bundle.bundleManager.d.ts|
|model有变化|类名:AbilityType;<br>方法or属性:SERVICE = 2<br>旧版本信息:|类名:AbilityType;<br>方法or属性:SERVICE = 2<br>新版本信息:FAModelOnly|@ohos.bundle.bundleManager.d.ts|
|model有变化|类名:AbilityType;<br>方法or属性:DATA = 3<br>旧版本信息:|类名:AbilityType;<br>方法or属性:DATA = 3<br>新版本信息:FAModelOnly|@ohos.bundle.bundleManager.d.ts|
|跨平台能力有变化|类名:Metadata;<br>方法or属性:export interface Metadata<br>旧版本信息:|类名:Metadata;<br>方法or属性:export interface Metadata<br>新版本信息:crossplatform|Metadata.d.ts|
|跨平台能力有变化|类名:Metadata;<br>方法or属性:name: string;<br>旧版本信息:|类名:Metadata;<br>方法or属性:name: string;<br>新版本信息:crossplatform|Metadata.d.ts|
|跨平台能力有变化|类名:Metadata;<br>方法or属性:value: string;<br>旧版本信息:|类名:Metadata;<br>方法or属性:value: string;<br>新版本信息:crossplatform|Metadata.d.ts|
|跨平台能力有变化|类名:Metadata;<br>方法or属性:resource: string;<br>旧版本信息:|类名:Metadata;<br>方法or属性:resource: string;<br>新版本信息:crossplatform|Metadata.d.ts|
......@@ -603,106 +603,3 @@
|type有变化|类名:NetworkResponse;<br>方法or属性:type: string;<br>旧版本信息:|类名:NetworkResponse;<br>方法or属性:type: string;<br>新版本信息:string|@system.network.d.ts|
|type有变化|类名:NetworkResponse;<br>方法or属性:metered: boolean;<br>旧版本信息:|类名:NetworkResponse;<br>方法or属性:metered: boolean;<br>新版本信息:boolean|@system.network.d.ts|
|函数有变化|类名:HotspotConfig;<br>方法or属性:channel: number;|类名:HotspotConfig;<br>方法or属性:channel?: number;|@ohos.wifiManager.d.ts|
|跨平台能力有变化|类名:connection;<br>方法or属性:function hasDefaultNet(): Promise\<boolean>;<br>旧版本信息:|类名:connection;<br>方法or属性:function hasDefaultNet(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.net.connection.d.ts|
|跨平台能力有变化|类名:NetConnection;<br>方法or属性:export interface NetConnection<br>旧版本信息:|类名:NetConnection;<br>方法or属性:export interface NetConnection<br>新版本信息:crossplatform|@ohos.net.connection.d.ts|
|跨平台能力有变化|类名:http;<br>方法or属性:declare http<br>旧版本信息:|类名:http;<br>方法or属性:declare http<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:HttpRequestOptions;<br>方法or属性:export interface HttpRequestOptions<br>旧版本信息:|类名:HttpRequestOptions;<br>方法or属性:export interface HttpRequestOptions<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:HttpRequest;<br>方法or属性:export interface HttpRequest<br>旧版本信息:|类名:HttpRequest;<br>方法or属性:export interface HttpRequest<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:HttpRequest;<br>方法or属性:request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>旧版本信息:|类名:HttpRequest;<br>方法or属性:request(url: string, options: HttpRequestOptions, callback: AsyncCallback\<HttpResponse>): void;<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:HttpRequest;<br>方法or属性:request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>旧版本信息:|类名:HttpRequest;<br>方法or属性:request(url: string, options?: HttpRequestOptions): Promise\<HttpResponse>;<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:OPTIONS = "OPTIONS"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:OPTIONS = "OPTIONS"<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:GET = "GET"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:GET = "GET"<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:HEAD = "HEAD"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:HEAD = "HEAD"<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:POST = "POST"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:POST = "POST"<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:PUT = "PUT"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:PUT = "PUT"<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:DELETE = "DELETE"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:DELETE = "DELETE"<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:TRACE = "TRACE"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:TRACE = "TRACE"<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:RequestMethod;<br>方法or属性:CONNECT = "CONNECT"<br>旧版本信息:|类名:RequestMethod;<br>方法or属性:CONNECT = "CONNECT"<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:OK = 200<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:OK = 200<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:CREATED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:CREATED<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:ACCEPTED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:ACCEPTED<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:NOT_AUTHORITATIVE<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:NOT_AUTHORITATIVE<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:NO_CONTENT<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:NO_CONTENT<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:RESET<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:RESET<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:PARTIAL<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:PARTIAL<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:MULT_CHOICE = 300<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:MULT_CHOICE = 300<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:MOVED_PERM<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:MOVED_PERM<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:MOVED_TEMP<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:MOVED_TEMP<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:SEE_OTHER<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:SEE_OTHER<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:NOT_MODIFIED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:NOT_MODIFIED<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:USE_PROXY<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:USE_PROXY<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:BAD_REQUEST = 400<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:BAD_REQUEST = 400<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:UNAUTHORIZED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:UNAUTHORIZED<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:PAYMENT_REQUIRED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:PAYMENT_REQUIRED<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:FORBIDDEN<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:FORBIDDEN<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:NOT_FOUND<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:NOT_FOUND<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:BAD_METHOD<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:BAD_METHOD<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:NOT_ACCEPTABLE<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:NOT_ACCEPTABLE<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:PROXY_AUTH<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:PROXY_AUTH<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:CLIENT_TIMEOUT<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:CLIENT_TIMEOUT<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:CONFLICT<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:CONFLICT<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:GONE<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:GONE<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:LENGTH_REQUIRED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:LENGTH_REQUIRED<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:PRECON_FAILED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:PRECON_FAILED<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:ENTITY_TOO_LARGE<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:ENTITY_TOO_LARGE<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:REQ_TOO_LONG<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:REQ_TOO_LONG<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:UNSUPPORTED_TYPE<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:UNSUPPORTED_TYPE<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:INTERNAL_ERROR = 500<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:INTERNAL_ERROR = 500<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:NOT_IMPLEMENTED<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:NOT_IMPLEMENTED<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:BAD_GATEWAY<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:BAD_GATEWAY<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:UNAVAILABLE<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:UNAVAILABLE<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:GATEWAY_TIMEOUT<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:GATEWAY_TIMEOUT<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:ResponseCode;<br>方法or属性:VERSION<br>旧版本信息:|类名:ResponseCode;<br>方法or属性:VERSION<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:HttpProtocol;<br>方法or属性:HTTP1_1<br>旧版本信息:|类名:HttpProtocol;<br>方法or属性:HTTP1_1<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:HttpProtocol;<br>方法or属性:HTTP2<br>旧版本信息:|类名:HttpProtocol;<br>方法or属性:HTTP2<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:HttpResponse;<br>方法or属性:export interface HttpResponse<br>旧版本信息:|类名:HttpResponse;<br>方法or属性:export interface HttpResponse<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:HttpResponseCache;<br>方法or属性:flush(): Promise\<void>;<br>旧版本信息:|类名:HttpResponseCache;<br>方法or属性:flush(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:HttpResponseCache;<br>方法or属性:delete(): Promise\<void>;<br>旧版本信息:|类名:HttpResponseCache;<br>方法or属性:delete(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.http.d.ts|
|跨平台能力有变化|类名:socket;<br>方法or属性:declare socket<br>旧版本信息:|类名:socket;<br>方法or属性:declare socket<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:UDPSendOptions;<br>方法or属性:export interface UDPSendOptions<br>旧版本信息:|类名:UDPSendOptions;<br>方法or属性:export interface UDPSendOptions<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSConnectOptions;<br>方法or属性:address: NetAddress;<br>旧版本信息:|类名:TLSConnectOptions;<br>方法or属性:address: NetAddress;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:ExtraOptionsBase;<br>方法or属性:export interface ExtraOptionsBase<br>旧版本信息:|类名:ExtraOptionsBase;<br>方法or属性:export interface ExtraOptionsBase<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:UDPExtraOptions;<br>方法or属性:export interface UDPExtraOptions<br>旧版本信息:|类名:UDPExtraOptions;<br>方法or属性:export interface UDPExtraOptions<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:SocketStateBase;<br>方法or属性:export interface SocketStateBase<br>旧版本信息:|类名:SocketStateBase;<br>方法or属性:export interface SocketStateBase<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:SocketRemoteInfo;<br>方法or属性:export interface SocketRemoteInfo<br>旧版本信息:|类名:SocketRemoteInfo;<br>方法or属性:export interface SocketRemoteInfo<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:export interface UDPSocket<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:export interface UDPSocket<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:bind(address: NetAddress): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:send(options: UDPSendOptions): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:send(options: UDPSendOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:close(): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:close(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:close(): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:close(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:close(): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:close(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getState(): Promise\<SocketStateBase>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:UDPSocket;<br>方法or属性:setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>旧版本信息:|类名:UDPSocket;<br>方法or属性:setExtraOptions(options: UDPExtraOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPConnectOptions;<br>方法or属性:export interface TCPConnectOptions<br>旧版本信息:|类名:TCPConnectOptions;<br>方法or属性:export interface TCPConnectOptions<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPSendOptions;<br>方法or属性:export interface TCPSendOptions<br>旧版本信息:|类名:TCPSendOptions;<br>方法or属性:export interface TCPSendOptions<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPExtraOptions;<br>方法or属性:export interface TCPExtraOptions<br>旧版本信息:|类名:TCPExtraOptions;<br>方法or属性:export interface TCPExtraOptions<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:export interface TCPSocket<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:export interface TCPSocket<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:connect(options: TCPConnectOptions): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:connect(options: TCPConnectOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:send(options: TCPSendOptions): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:send(options: TCPSendOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getRemoteAddress(): Promise\<NetAddress>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TCPSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>旧版本信息:|类名:TCPSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:setExtraOptions(options: TCPExtraOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getCertificate(): Promise\<X509CertRawData>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getCertificate(): Promise\<X509CertRawData>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getRemoteCertificate(): Promise\<X509CertRawData>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getRemoteCertificate(): Promise\<X509CertRawData>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getProtocol(): Promise\<string>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getProtocol(): Promise\<string>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getCipherSuite(): Promise\<Array\<string>>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getCipherSuite(): Promise\<Array\<string>>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:getSignatureAlgorithms(): Promise\<Array\<string>>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:getSignatureAlgorithms(): Promise\<Array\<string>>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:connect(options: TLSConnectOptions): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:connect(options: TLSConnectOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSSocket;<br>方法or属性:send(data: string): Promise\<void>;<br>旧版本信息:|类名:TLSSocket;<br>方法or属性:send(data: string): Promise\<void>;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:TLSConnectOptions;<br>方法or属性:secureOptions: TLSSecureOptions;<br>旧版本信息:|类名:TLSConnectOptions;<br>方法or属性:secureOptions: TLSSecureOptions;<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:Protocol;<br>方法or属性:TLSv12 = "TLSv1.2"<br>旧版本信息:|类名:Protocol;<br>方法or属性:TLSv12 = "TLSv1.2"<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:Protocol;<br>方法or属性:TLSv13 = "TLSv1.3"<br>旧版本信息:|类名:Protocol;<br>方法or属性:TLSv13 = "TLSv1.3"<br>新版本信息:crossplatform|@ohos.net.socket.d.ts|
|跨平台能力有变化|类名:webSocket;<br>方法or属性:declare webSocket<br>旧版本信息:|类名:webSocket;<br>方法or属性:declare webSocket<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts|
|跨平台能力有变化|类名:WebSocketRequestOptions;<br>方法or属性:export interface WebSocketRequestOptions<br>旧版本信息:|类名:WebSocketRequestOptions;<br>方法or属性:export interface WebSocketRequestOptions<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts|
|跨平台能力有变化|类名:WebSocketCloseOptions;<br>方法or属性:export interface WebSocketCloseOptions<br>旧版本信息:|类名:WebSocketCloseOptions;<br>方法or属性:export interface WebSocketCloseOptions<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts|
|跨平台能力有变化|类名:WebSocket;<br>方法or属性:export interface WebSocket<br>旧版本信息:|类名:WebSocket;<br>方法or属性:export interface WebSocket<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts|
|跨平台能力有变化|类名:WebSocket;<br>方法or属性:connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:connect(url: string, options: WebSocketRequestOptions, callback: AsyncCallback\<boolean>): void;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts|
|跨平台能力有变化|类名:WebSocket;<br>方法or属性:connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:connect(url: string, options?: WebSocketRequestOptions): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts|
|跨平台能力有变化|类名:WebSocket;<br>方法or属性:send(data: string \| ArrayBuffer): Promise\<boolean>;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:send(data: string \| ArrayBuffer): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts|
|跨平台能力有变化|类名:WebSocket;<br>方法or属性:close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:close(options: WebSocketCloseOptions, callback: AsyncCallback\<boolean>): void;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts|
|跨平台能力有变化|类名:WebSocket;<br>方法or属性:close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>旧版本信息:|类名:WebSocket;<br>方法or属性:close(options?: WebSocketCloseOptions): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.net.webSocket.d.ts|
......@@ -49,57 +49,3 @@
|函数有变化|类名:Base64Helper;<br>方法or属性:decodeSync(src: Uint8Array \| string): Uint8Array;|类名:Base64Helper;<br>方法or属性:decodeSync(src: Uint8Array \| string, options?: Type): Uint8Array;|@ohos.util.d.ts|
|函数有变化|类名:Base64Helper;<br>方法or属性:encodeToString(src: Uint8Array): Promise\<string>;|类名:Base64Helper;<br>方法or属性:encodeToString(src: Uint8Array, options?: Type): Promise\<string>;|@ohos.util.d.ts|
|函数有变化|类名:Base64Helper;<br>方法or属性:decode(src: Uint8Array \| string): Promise\<Uint8Array>;|类名:Base64Helper;<br>方法or属性:decode(src: Uint8Array \| string, options?: Type): Promise\<Uint8Array>;|@ohos.util.d.ts|
|跨平台能力有变化|类名:buffer;<br>方法or属性:type BufferEncoding =<br> \| 'ascii'<br> \| 'utf8'<br> \| 'utf-8'<br> \| 'utf16le'<br> \| 'ucs2'<br> \| 'ucs-2'<br> \| 'base64'<br> \| 'base64url'<br> \| 'latin1'<br> \| 'binary'<br> \| 'hex';<br>旧版本信息:|类名:buffer;<br>方法or属性:type BufferEncoding =<br> \| 'ascii'<br> \| 'utf8'<br> \| 'utf-8'<br> \| 'utf16le'<br> \| 'ucs2'<br> \| 'ucs-2'<br> \| 'base64'<br> \| 'base64url'<br> \| 'latin1'<br> \| 'binary'<br> \| 'hex';<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
|跨平台能力有变化|类名:TypedArray;<br>方法or属性:interface TypedArray<br>旧版本信息:|类名:TypedArray;<br>方法or属性:interface TypedArray<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
|跨平台能力有变化|类名:Buffer;<br>方法or属性:class Buffer<br>旧版本信息:|类名:Buffer;<br>方法or属性:class Buffer<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
|跨平台能力有变化|类名:Blob;<br>方法or属性:class Blob<br>旧版本信息:|类名:Blob;<br>方法or属性:class Blob<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:type EventListener = (evt: Object) => void;<br>旧版本信息:|类名:process;<br>方法or属性:type EventListener = (evt: Object) => void;<br>新版本信息:crossplatform|@ohos.process.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:function runCmd(<br><br> command: string,<br><br> options?: ConditionType<br><br> ): ChildProcess;<br>旧版本信息:crossplatform|类名:process;<br>方法or属性:function runCmd(<br><br> command: string,<br><br> options?: ConditionType<br><br> ): ChildProcess;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:function on(type: string, listener: EventListener): void;<br>旧版本信息:crossplatform|类名:process;<br>方法or属性:function on(type: string, listener: EventListener): void;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:function off(type: string): boolean;<br>旧版本信息:crossplatform|类名:process;<br>方法or属性:function off(type: string): boolean;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:function exit(code: number): void;<br>旧版本信息:crossplatform|类名:process;<br>方法or属性:function exit(code: number): void;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:function cwd(): string;<br>旧版本信息:crossplatform|类名:process;<br>方法or属性:function cwd(): string;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:function chdir(dir: string): void;<br>旧版本信息:crossplatform|类名:process;<br>方法or属性:function chdir(dir: string): void;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:export interface ChildProcess<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:export interface ChildProcess<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:readonly pid: number;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:readonly pid: number;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:readonly ppid: number;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:readonly ppid: number;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:readonly exitCode: number;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:readonly exitCode: number;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:readonly killed: boolean;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:readonly killed: boolean;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:wait(): Promise\<number>;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:wait(): Promise\<number>;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:getOutput(): Promise\<Uint8Array>;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:getOutput(): Promise\<Uint8Array>;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:getErrorOutput(): Promise\<Uint8Array>;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:getErrorOutput(): Promise\<Uint8Array>;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:close(): void;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:close(): void;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:kill(signal: number \| string): void;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:kill(signal: number \| string): void;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:taskpool;<br>方法or属性:declare taskpool<br>旧版本信息:|类名:taskpool;<br>方法or属性:declare taskpool<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:taskpool;<br>方法or属性:function execute(func: Function, ...args: unknown[]): Promise\<unknown>;<br>旧版本信息:|类名:taskpool;<br>方法or属性:function execute(func: Function, ...args: unknown[]): Promise\<unknown>;<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:taskpool;<br>方法or属性:function execute(task: Task, priority?: Priority): Promise\<unknown>;<br>旧版本信息:|类名:taskpool;<br>方法or属性:function execute(task: Task, priority?: Priority): Promise\<unknown>;<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:taskpool;<br>方法or属性:function cancel(task: Task): void;<br>旧版本信息:|类名:taskpool;<br>方法or属性:function cancel(task: Task): void;<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Priority;<br>方法or属性:enum Priority<br>旧版本信息:|类名:Priority;<br>方法or属性:enum Priority<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Priority;<br>方法or属性:HIGH = 0<br>旧版本信息:|类名:Priority;<br>方法or属性:HIGH = 0<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Priority;<br>方法or属性:MEDIUM = 1<br>旧版本信息:|类名:Priority;<br>方法or属性:MEDIUM = 1<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Priority;<br>方法or属性:LOW = 2<br>旧版本信息:|类名:Priority;<br>方法or属性:LOW = 2<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Task;<br>方法or属性:class Task<br>旧版本信息:|类名:Task;<br>方法or属性:class Task<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Task;<br>方法or属性:constructor(func: Function, ...args: unknown[]);<br>旧版本信息:|类名:Task;<br>方法or属性:constructor(func: Function, ...args: unknown[]);<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Task;<br>方法or属性:function: Function;<br>旧版本信息:|类名:Task;<br>方法or属性:function: Function;<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Task;<br>方法or属性:arguments?: unknown[];<br>旧版本信息:|类名:Task;<br>方法or属性:arguments?: unknown[];<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:ArrayList;<br>方法or属性:declare class ArrayList<br>旧版本信息:|类名:ArrayList;<br>方法or属性:declare class ArrayList<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
|跨平台能力有变化|类名:Scope;<br>方法or属性:class Scope<br>旧版本信息:crossplatform|类名:Scope;<br>方法or属性:class Scope<br>新版本信息:|@ohos.util.d.ts|
|跨平台能力有变化|类名:ScopeHelper;<br>方法or属性:getLower(): ScopeType;<br>旧版本信息:|类名:ScopeHelper;<br>方法or属性:getLower(): ScopeType;<br>新版本信息:crossplatform|@ohos.util.d.ts|
|跨平台能力有变化|类名:Deque;<br>方法or属性:declare class Deque<br>旧版本信息:|类名:Deque;<br>方法or属性:declare class Deque<br>新版本信息:crossplatform|@ohos.util.Deque.d.ts|
|跨平台能力有变化|类名:HashMap;<br>方法or属性:declare class HashMap<br>旧版本信息:|类名:HashMap;<br>方法or属性:declare class HashMap<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
|跨平台能力有变化|类名:HashSet;<br>方法or属性:declare class HashSet<br>旧版本信息:|类名:HashSet;<br>方法or属性:declare class HashSet<br>新版本信息:crossplatform|@ohos.util.HashSet.d.ts|
|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:declare class LightWeightMap<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:declare class LightWeightMap<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:declare class LightWeightSet<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:declare class LightWeightSet<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
|跨平台能力有变化|类名:LinkedList;<br>方法or属性:declare class LinkedList<br>旧版本信息:|类名:LinkedList;<br>方法or属性:declare class LinkedList<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
|跨平台能力有变化|类名:List;<br>方法or属性:declare class List<br>旧版本信息:|类名:List;<br>方法or属性:declare class List<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
|跨平台能力有变化|类名:PlainArray;<br>方法or属性:declare class PlainArray<br>旧版本信息:|类名:PlainArray;<br>方法or属性:declare class PlainArray<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
|跨平台能力有变化|类名:Queue;<br>方法or属性:declare class Queue<br>旧版本信息:|类名:Queue;<br>方法or属性:declare class Queue<br>新版本信息:crossplatform|@ohos.util.Queue.d.ts|
|跨平台能力有变化|类名:Stack;<br>方法or属性:declare class Stack<br>旧版本信息:|类名:Stack;<br>方法or属性:declare class Stack<br>新版本信息:crossplatform|@ohos.util.Stack.d.ts|
|跨平台能力有变化|类名:TreeMap;<br>方法or属性:declare class TreeMap<br>旧版本信息:|类名:TreeMap;<br>方法or属性:declare class TreeMap<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
|跨平台能力有变化|类名:TreeSet;<br>方法or属性:declare class TreeSet<br>旧版本信息:|类名:TreeSet;<br>方法or属性:declare class TreeSet<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
|跨平台能力有变化|类名:WorkerEventTarget;<br>方法or属性:addEventListener(type: string, listener: WorkerEventListener): void;<br>旧版本信息:crossplatform|类名:WorkerEventTarget;<br>方法or属性:addEventListener(type: string, listener: WorkerEventListener): void;<br>新版本信息:|@ohos.worker.d.ts|
|跨平台能力有变化|类名:XmlSerializer;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>新版本信息:crossplatform|@ohos.xml.d.ts|
|跨平台能力有变化|类名:XmlPullParser;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>旧版本信息:|类名:XmlPullParser;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>新版本信息:crossplatform|@ohos.xml.d.ts|
|跨平台能力有变化|类名:EventType;<br>方法or属性:enum EventType<br>旧版本信息:|类名:EventType;<br>方法or属性:enum EventType<br>新版本信息:crossplatform|@ohos.xml.d.ts|
|跨平台能力有变化|类名:ParseInfo;<br>方法or属性:interface ParseInfo<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:interface ParseInfo<br>新版本信息:crossplatform|@ohos.xml.d.ts|
|跨平台能力有变化|类名:ParseOptions;<br>方法or属性:interface ParseOptions<br>旧版本信息:|类名:ParseOptions;<br>方法or属性:interface ParseOptions<br>新版本信息:crossplatform|@ohos.xml.d.ts|
......@@ -52,7 +52,3 @@
|type有变化|类名:HiTraceId;<br>方法or属性:spanId?: number;<br>旧版本信息:|类名:HiTraceId;<br>方法or属性:spanId?: number;<br>新版本信息:?number|@ohos.hiTraceChain.d.ts|
|type有变化|类名:HiTraceId;<br>方法or属性:parentSpanId?: number;<br>旧版本信息:|类名:HiTraceId;<br>方法or属性:parentSpanId?: number;<br>新版本信息:?number|@ohos.hiTraceChain.d.ts|
|type有变化|类名:HiTraceId;<br>方法or属性:flags?: number;<br>旧版本信息:|类名:HiTraceId;<br>方法or属性:flags?: number;<br>新版本信息:?number|@ohos.hiTraceChain.d.ts|
|跨平台能力有变化|类名:hilog;<br>方法or属性:declare hilog<br>旧版本信息:|类名:hilog;<br>方法or属性:declare hilog<br>新版本信息:crossplatform|@ohos.hilog.d.ts|
|跨平台能力有变化|类名:hiTraceMeter;<br>方法or属性:declare hiTraceMeter<br>旧版本信息:|类名:hiTraceMeter;<br>方法or属性:declare hiTraceMeter<br>新版本信息:crossplatform|@ohos.hiTraceMeter.d.ts|
|跨平台能力有变化|类名:hiTraceMeter;<br>方法or属性:function startTrace(name: string, taskId: number): void;<br>旧版本信息:|类名:hiTraceMeter;<br>方法or属性:function startTrace(name: string, taskId: number): void;<br>新版本信息:crossplatform|@ohos.hiTraceMeter.d.ts|
|跨平台能力有变化|类名:hiTraceMeter;<br>方法or属性:function finishTrace(name: string, taskId: number): void;<br>旧版本信息:|类名:hiTraceMeter;<br>方法or属性:function finishTrace(name: string, taskId: number): void;<br>新版本信息:crossplatform|@ohos.hiTraceMeter.d.ts|
......@@ -121,9 +121,3 @@
|函数有变化|类名:DataShareExtensionAbility;<br>方法or属性:context?: ExtensionContext;|类名:DataShareExtensionAbility;<br>方法or属性:context: ExtensionContext;|@ohos.application.DataShareExtensionAbility.d.ts|
|函数有变化|类名:PublishedItem;<br>方法or属性:data: string \| Ashmem;|类名:PublishedItem;<br>方法or属性:data: string \| ArrayBuffer;|@ohos.data.dataShare.d.ts|
|函数有变化|类名:relationalStore;<br>方法or属性:type ValueType = null \| number \| string \| boolean \| Uint8Array;|类名:relationalStore;<br>方法or属性:type ValueType = null \| number \| string \| boolean \| Uint8Array \| Asset \| Assets;|@ohos.data.relationalStore.d.ts|
|跨平台能力有变化|类名:StoreConfig;<br>方法or属性:securityLevel: SecurityLevel;<br>旧版本信息:|类名:StoreConfig;<br>方法or属性:securityLevel: SecurityLevel;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:enum SecurityLevel<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:enum SecurityLevel<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:S1 = 1<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:S1 = 1<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:S2 = 2<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:S2 = 2<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:S3 = 3<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:S3 = 3<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:S4 = 4<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:S4 = 4<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
......@@ -446,24 +446,3 @@
|type有变化|类名:PhotoSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>旧版本信息:Array\<string>|类名:PhotoSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>新版本信息:?Array\<string>|@ohos.file.picker.d.ts|
|type有变化|类名:DocumentSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>旧版本信息:Array\<string>|类名:DocumentSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>新版本信息:?Array\<string>|@ohos.file.picker.d.ts|
|type有变化|类名:AudioSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>旧版本信息:Array\<string>|类名:AudioSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>新版本信息:?Array\<string>|@ohos.file.picker.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function access(path: string): Promise\<boolean>;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function access(path: string): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function access(path: string, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function access(path: string, callback: AsyncCallback\<boolean>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function accessSync(path: string): boolean;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function accessSync(path: string): boolean;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function copyFile(src: string \| number, dest: string \| number, mode?: number): Promise\<void>;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function copyFile(src: string \| number, dest: string \| number, mode?: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: number,<br> callback: AsyncCallback\<void><br>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: number,<br> callback: AsyncCallback\<void><br>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function copyFileSync(src: string \| number, dest: string \| number, mode?: number): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function copyFileSync(src: string \| number, dest: string \| number, mode?: number): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function listFile(<br> path: string,<br> options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> }<br>): Promise\<string[]>;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function listFile(<br> path: string,<br> options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> }<br>): Promise\<string[]>;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function listFile(path: string, callback: AsyncCallback\<string[]>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function listFile(path: string, callback: AsyncCallback\<string[]>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function listFile(<br> path: string,<br> options: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> },<br> callback: AsyncCallback\<string[]><br>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function listFile(<br> path: string,<br> options: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> },<br> callback: AsyncCallback\<string[]><br>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function listFileSync(<br> path: string,<br> options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> }<br>): string[];<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function listFileSync(<br> path: string,<br> options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> }<br>): string[];<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, mode?: number): Promise\<void>;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, mode?: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function moveFileSync(src: string, dest: string, mode?: number): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function moveFileSync(src: string, dest: string, mode?: number): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function readText(<br> filePath: string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): Promise\<string>;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function readText(<br> filePath: string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): Promise\<string>;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function readText(filePath: string, callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function readText(filePath: string, callback: AsyncCallback\<string>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function readText(<br> filePath: string,<br> options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<string><br>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function readText(<br> filePath: string,<br> options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<string><br>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function readTextSync(<br> filePath: string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): string;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function readTextSync(<br> filePath: string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): string;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:export type Filter = {<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> suffix?: Array\<string>;<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> displayName?: Array\<string>;<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> mimeType?: Array\<string>;<br> /**<br> * @type { ?number }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> fileSizeOver?: number;<br> /**<br> * @type { ?number }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> lastModifiedAfter?: number;<br> /**<br> * @type { ?boolean }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> excludeMedia?: boolean;<br>};<br>旧版本信息:|类名:sourcefile;<br>方法or属性:export type Filter = {<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> suffix?: Array\<string>;<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> displayName?: Array\<string>;<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> mimeType?: Array\<string>;<br> /**<br> * @type { ?number }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> fileSizeOver?: number;<br> /**<br> * @type { ?number }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> lastModifiedAfter?: number;<br> /**<br> * @type { ?boolean }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> excludeMedia?: boolean;<br>};<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:fileIo;<br>方法or属性:declare fileIo<br>旧版本信息:|类名:fileIo;<br>方法or属性:declare fileIo<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
......@@ -32,9 +32,3 @@
|新增|NA|类名:ResourceManager;<br>方法or属性:getColorByNameSync(resName: string) : number;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager;<br>方法or属性:addResource(path: string) : void;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager;<br>方法or属性:removeResource(path: string) : void;|@ohos.resourceManager.d.ts|
|跨平台能力有变化|类名:DateTimeOptions;<br>方法or属性:year?: string;<br>旧版本信息:|类名:DateTimeOptions;<br>方法or属性:year?: string;<br>新版本信息:crossplatform|@ohos.intl.d.ts|
|跨平台能力有变化|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_TABLET = 0x01<br>旧版本信息:crossplatform|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_TABLET = 0x01<br>新版本信息:|@ohos.resourceManager.d.ts|
|跨平台能力有变化|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_CAR = 0x02<br>旧版本信息:crossplatform|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_CAR = 0x02<br>新版本信息:|@ohos.resourceManager.d.ts|
|跨平台能力有变化|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_PC = 0x03<br>旧版本信息:crossplatform|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_PC = 0x03<br>新版本信息:|@ohos.resourceManager.d.ts|
|跨平台能力有变化|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_TV = 0x04<br>旧版本信息:crossplatform|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_TV = 0x04<br>新版本信息:|@ohos.resourceManager.d.ts|
|跨平台能力有变化|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_WEARABLE = 0x06<br>旧版本信息:crossplatform|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_WEARABLE = 0x06<br>新版本信息:|@ohos.resourceManager.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|跨平台能力有变化|类名:Callback;<br>方法or属性:export interface Callback<br>旧版本信息:|类名:Callback;<br>方法or属性:export interface Callback<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:Callback;<br>方法or属性:(data: T): void;<br>旧版本信息:|类名:Callback;<br>方法or属性:(data: T): void;<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:ErrorCallback;<br>方法or属性:export interface ErrorCallback<br>旧版本信息:|类名:ErrorCallback;<br>方法or属性:export interface ErrorCallback<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:ErrorCallback;<br>方法or属性:(err: T): void;<br>旧版本信息:|类名:ErrorCallback;<br>方法or属性:(err: T): void;<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:AsyncCallback;<br>方法or属性:export interface AsyncCallback<br>旧版本信息:|类名:AsyncCallback;<br>方法or属性:export interface AsyncCallback<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:AsyncCallback;<br>方法or属性:(err: BusinessError\<E>, data: T): void;<br>旧版本信息:|类名:AsyncCallback;<br>方法or属性:(err: BusinessError\<E>, data: T): void;<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:BusinessError;<br>方法or属性:export interface BusinessError<br>旧版本信息:|类名:BusinessError;<br>方法or属性:export interface BusinessError<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:BusinessError;<br>方法or属性:code: number;<br>旧版本信息:|类名:BusinessError;<br>方法or属性:code: number;<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:BusinessError;<br>方法or属性:data?: T;<br>旧版本信息:|类名:BusinessError;<br>方法or属性:data?: T;<br>新版本信息:crossplatform|@ohos.base.d.ts|
......@@ -10,53 +10,3 @@
|type有变化|类名:WindowFilter;<br>方法or属性:title?: string;<br>旧版本信息:string?|类名:WindowFilter;<br>方法or属性:title?: string;<br>新版本信息:?string|@ohos.UiTest.d.ts|
|type有变化|类名:WindowFilter;<br>方法or属性:focused?: boolean;<br>旧版本信息:boolean?|类名:WindowFilter;<br>方法or属性:focused?: boolean;<br>新版本信息:?boolean|@ohos.UiTest.d.ts|
|type有变化|类名:WindowFilter;<br>方法or属性:actived?: boolean;<br>旧版本信息:boolean?|类名:WindowFilter;<br>方法or属性:actived?: boolean;<br>新版本信息:?boolean|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:MatchPattern;<br>方法or属性:declare enum MatchPattern<br>旧版本信息:|类名:MatchPattern;<br>方法or属性:declare enum MatchPattern<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:MatchPattern;<br>方法or属性:EQUALS = 0<br>旧版本信息:|类名:MatchPattern;<br>方法or属性:EQUALS = 0<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:MatchPattern;<br>方法or属性:CONTAINS = 1<br>旧版本信息:|类名:MatchPattern;<br>方法or属性:CONTAINS = 1<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:MatchPattern;<br>方法or属性:STARTS_WITH = 2<br>旧版本信息:|类名:MatchPattern;<br>方法or属性:STARTS_WITH = 2<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:MatchPattern;<br>方法or属性:ENDS_WITH = 3<br>旧版本信息:|类名:MatchPattern;<br>方法or属性:ENDS_WITH = 3<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Point;<br>方法or属性:declare interface Point<br>旧版本信息:|类名:Point;<br>方法or属性:declare interface Point<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Point;<br>方法or属性:readonly x: number;<br>旧版本信息:|类名:Point;<br>方法or属性:readonly x: number;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Point;<br>方法or属性:readonly y: number;<br>旧版本信息:|类名:Point;<br>方法or属性:readonly y: number;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:text(txt: string, pattern?: MatchPattern): On;<br>旧版本信息:|类名:On;<br>方法or属性:text(txt: string, pattern?: MatchPattern): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:id(id: string): On;<br>旧版本信息:|类名:On;<br>方法or属性:id(id: string): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:type(tp: string): On;<br>旧版本信息:|类名:On;<br>方法or属性:type(tp: string): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:clickable(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:clickable(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:longClickable(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:longClickable(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:scrollable(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:scrollable(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:enabled(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:enabled(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:focused(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:focused(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:selected(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:selected(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:checked(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:checked(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:checkable(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:checkable(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:click(): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:click(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:doubleClick(): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:doubleClick(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:longClick(): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:longClick(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:getId(): Promise\<string>;<br>旧版本信息:|类名:Component;<br>方法or属性:getId(): Promise\<string>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:getText(): Promise\<string>;<br>旧版本信息:|类名:Component;<br>方法or属性:getText(): Promise\<string>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:getType(): Promise\<string>;<br>旧版本信息:|类名:Component;<br>方法or属性:getType(): Promise\<string>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isClickable(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isClickable(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isLongClickable(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isLongClickable(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isScrollable(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isScrollable(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isEnabled(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isEnabled(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isFocused(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isFocused(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isSelected(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isSelected(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isChecked(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isChecked(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isCheckable(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isCheckable(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:inputText(text: string): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:inputText(text: string): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:clearText(): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:clearText(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:scrollToTop(speed?: number): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:scrollToTop(speed?: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:scrollToBottom(speed?: number): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:scrollToBottom(speed?: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:scrollSearch(on: On): Promise\<Component>;<br>旧版本信息:|类名:Component;<br>方法or属性:scrollSearch(on: On): Promise\<Component>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:getBoundsCenter(): Promise\<Point>;<br>旧版本信息:|类名:Component;<br>方法or属性:getBoundsCenter(): Promise\<Point>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:static create(): Driver;<br>旧版本信息:|类名:Driver;<br>方法or属性:static create(): Driver;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:delayMs(duration: number): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:delayMs(duration: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:findComponent(on: On): Promise\<Component>;<br>旧版本信息:|类名:Driver;<br>方法or属性:findComponent(on: On): Promise\<Component>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:findComponents(on: On): Promise\<Array\<Component>>;<br>旧版本信息:|类名:Driver;<br>方法or属性:findComponents(on: On): Promise\<Array\<Component>>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:assertComponentExist(on: On): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:assertComponentExist(on: On): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:pressBack(): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:pressBack(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:click(x: number, y: number): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:click(x: number, y: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:doubleClick(x: number, y: number): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:doubleClick(x: number, y: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:longClick(x: number, y: number): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:longClick(x: number, y: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:swipe(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:swipe(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:fling(from: Point, to: Point, stepLen: number, speed: number): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:fling(from: Point, to: Point, stepLen: number, speed: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
......@@ -61,90 +61,4 @@
|访问级别有变化|类名:ScreenModeInfo;<br>方法or属性:interface ScreenModeInfo<br>旧版本信息:|类名:ScreenModeInfo;<br>方法or属性:interface ScreenModeInfo<br>新版本信息:systemapi|@ohos.screen.d.ts|
|权限有变化|类名:screen;<br>方法or属性:function createVirtualScreen(options: VirtualScreenOption): Promise\<Screen>;<br>旧版本信息:|类名:screen;<br>方法or属性:function createVirtualScreen(options: VirtualScreenOption): Promise\<Screen>;<br>新版本信息:ohos.permission.CAPTURE_SCREEN|@ohos.screen.d.ts|
|权限有变化|类名:screen;<br>方法or属性:function setVirtualScreenSurface(screenId: number, surfaceId: string): Promise\<void>;<br>旧版本信息:|类名:screen;<br>方法or属性:function setVirtualScreenSurface(screenId: number, surfaceId: string): Promise\<void>;<br>新版本信息:ohos.permission.CAPTURE_SCREEN|@ohos.screen.d.ts|
|跨平台能力有变化|类名:display;<br>方法or属性:declare display<br>旧版本信息:|类名:display;<br>方法or属性:declare display<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:display;<br>方法or属性:function getDefaultDisplaySync(): Display;<br>旧版本信息:|类名:display;<br>方法or属性:function getDefaultDisplaySync(): Display;<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:enum Orientation<br>旧版本信息:|类名:Orientation;<br>方法or属性:enum Orientation<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:PORTRAIT = 0<br>旧版本信息:|类名:Orientation;<br>方法or属性:PORTRAIT = 0<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:LANDSCAPE = 1<br>旧版本信息:|类名:Orientation;<br>方法or属性:LANDSCAPE = 1<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:PORTRAIT_INVERTED = 2<br>旧版本信息:|类名:Orientation;<br>方法or属性:PORTRAIT_INVERTED = 2<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:LANDSCAPE_INVERTED = 3<br>旧版本信息:|类名:Orientation;<br>方法or属性:LANDSCAPE_INVERTED = 3<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:interface Rect<br>旧版本信息:|类名:Rect;<br>方法or属性:interface Rect<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:left: number;<br>旧版本信息:|类名:Rect;<br>方法or属性:left: number;<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:top: number;<br>旧版本信息:|类名:Rect;<br>方法or属性:top: number;<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:width: number;<br>旧版本信息:|类名:Rect;<br>方法or属性:width: number;<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Display;<br>方法or属性:width: number;<br>旧版本信息:|类名:Display;<br>方法or属性:width: number;<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:height: number;<br>旧版本信息:|类名:Rect;<br>方法or属性:height: number;<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Display;<br>方法or属性:height: number;<br>旧版本信息:|类名:Display;<br>方法or属性:height: number;<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Display;<br>方法or属性:interface Display<br>旧版本信息:|类名:Display;<br>方法or属性:interface Display<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Display;<br>方法or属性:id: number;<br>旧版本信息:|类名:Display;<br>方法or属性:id: number;<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:Display;<br>方法or属性:orientation: Orientation;<br>旧版本信息:|类名:Display;<br>方法or属性:orientation: Orientation;<br>新版本信息:crossplatform|@ohos.display.d.ts|
|跨平台能力有变化|类名:window;<br>方法or属性:declare window<br>旧版本信息:|类名:window;<br>方法or属性:declare window<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:window;<br>方法or属性:function createWindow(config: Configuration, callback: AsyncCallback\<Window>): void;<br>旧版本信息:|类名:window;<br>方法or属性:function createWindow(config: Configuration, callback: AsyncCallback\<Window>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:window;<br>方法or属性:function createWindow(config: Configuration): Promise\<Window>;<br>旧版本信息:|类名:window;<br>方法or属性:function createWindow(config: Configuration): Promise\<Window>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:window;<br>方法or属性:function findWindow(name: string): Window;<br>旧版本信息:|类名:window;<br>方法or属性:function findWindow(name: string): Window;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:window;<br>方法or属性:function getLastWindow(ctx: BaseContext, callback: AsyncCallback\<Window>): void;<br>旧版本信息:|类名:window;<br>方法or属性:function getLastWindow(ctx: BaseContext, callback: AsyncCallback\<Window>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:window;<br>方法or属性:function getLastWindow(ctx: BaseContext): Promise\<Window>;<br>旧版本信息:|类名:window;<br>方法or属性:function getLastWindow(ctx: BaseContext): Promise\<Window>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowType;<br>方法or属性:enum WindowType<br>旧版本信息:|类名:WindowType;<br>方法or属性:enum WindowType<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowType;<br>方法or属性:TYPE_APP<br>旧版本信息:|类名:WindowType;<br>方法or属性:TYPE_APP<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:interface Rect<br>旧版本信息:|类名:Rect;<br>方法or属性:interface Rect<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:left: number;<br>旧版本信息:|类名:Rect;<br>方法or属性:left: number;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:top: number;<br>旧版本信息:|类名:Rect;<br>方法or属性:top: number;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:width: number;<br>旧版本信息:|类名:Rect;<br>方法or属性:width: number;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Size;<br>方法or属性:width: number;<br>旧版本信息:|类名:Size;<br>方法or属性:width: number;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Rect;<br>方法or属性:height: number;<br>旧版本信息:|类名:Rect;<br>方法or属性:height: number;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Size;<br>方法or属性:height: number;<br>旧版本信息:|类名:Size;<br>方法or属性:height: number;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Size;<br>方法or属性:interface Size<br>旧版本信息:|类名:Size;<br>方法or属性:interface Size<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowProperties;<br>方法or属性:interface WindowProperties<br>旧版本信息:|类名:WindowProperties;<br>方法or属性:interface WindowProperties<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowProperties;<br>方法or属性:windowRect: Rect;<br>旧版本信息:|类名:WindowProperties;<br>方法or属性:windowRect: Rect;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowProperties;<br>方法or属性:type: WindowType;<br>旧版本信息:|类名:WindowProperties;<br>方法or属性:type: WindowType;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowProperties;<br>方法or属性:brightness: number;<br>旧版本信息:|类名:WindowProperties;<br>方法or属性:brightness: number;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowProperties;<br>方法or属性:isKeepScreenOn: boolean;<br>旧版本信息:|类名:WindowProperties;<br>方法or属性:isKeepScreenOn: boolean;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Configuration;<br>方法or属性:interface Configuration<br>旧版本信息:|类名:Configuration;<br>方法or属性:interface Configuration<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Configuration;<br>方法or属性:name: string;<br>旧版本信息:|类名:Configuration;<br>方法or属性:name: string;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Configuration;<br>方法or属性:windowType: WindowType;<br>旧版本信息:|类名:Configuration;<br>方法or属性:windowType: WindowType;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Configuration;<br>方法or属性:ctx?: BaseContext;<br>旧版本信息:|类名:Configuration;<br>方法or属性:ctx?: BaseContext;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Configuration;<br>方法or属性:displayId?: number;<br>旧版本信息:|类名:Configuration;<br>方法or属性:displayId?: number;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Configuration;<br>方法or属性:parentId?: number;<br>旧版本信息:|类名:Configuration;<br>方法or属性:parentId?: number;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:enum Orientation<br>旧版本信息:|类名:Orientation;<br>方法or属性:enum Orientation<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:UNSPECIFIED = 0<br>旧版本信息:|类名:Orientation;<br>方法or属性:UNSPECIFIED = 0<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:PORTRAIT = 1<br>旧版本信息:|类名:Orientation;<br>方法or属性:PORTRAIT = 1<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:LANDSCAPE = 2<br>旧版本信息:|类名:Orientation;<br>方法or属性:LANDSCAPE = 2<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:PORTRAIT_INVERTED = 3<br>旧版本信息:|类名:Orientation;<br>方法or属性:PORTRAIT_INVERTED = 3<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Orientation;<br>方法or属性:LANDSCAPE_INVERTED = 4<br>旧版本信息:|类名:Orientation;<br>方法or属性:LANDSCAPE_INVERTED = 4<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:showWindow(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:showWindow(callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:showWindow(): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:showWindow(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:destroyWindow(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:destroyWindow(callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:destroyWindow(): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:destroyWindow(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:moveWindowTo(x: number, y: number): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:moveWindowTo(x: number, y: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:moveWindowTo(x: number, y: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:moveWindowTo(x: number, y: number, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:resize(width: number, height: number): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:resize(width: number, height: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:resize(width: number, height: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:resize(width: number, height: number, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:getWindowProperties(): WindowProperties;<br>旧版本信息:|类名:Window;<br>方法or属性:getWindowProperties(): WindowProperties;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setWindowSystemBarEnable(names: Array\<'status' \| 'navigation'>, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:setWindowSystemBarEnable(names: Array\<'status' \| 'navigation'>, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setWindowSystemBarEnable(names: Array\<'status' \| 'navigation'>): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:setWindowSystemBarEnable(names: Array\<'status' \| 'navigation'>): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setPreferredOrientation(orientation: Orientation): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:setPreferredOrientation(orientation: Orientation): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setPreferredOrientation(orientation: Orientation, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:setPreferredOrientation(orientation: Orientation, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:loadContent(path: string, storage: LocalStorage): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:loadContent(path: string, storage: LocalStorage): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setUIContent(path: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:setUIContent(path: string, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setUIContent(path: string): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:setUIContent(path: string): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:isWindowShowing(): boolean;<br>旧版本信息:|类名:Window;<br>方法or属性:isWindowShowing(): boolean;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setWindowBackgroundColor(color: string): void;<br>旧版本信息:|类名:Window;<br>方法or属性:setWindowBackgroundColor(color: string): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setWindowBrightness(brightness: number): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:setWindowBrightness(brightness: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setWindowBrightness(brightness: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:setWindowBrightness(brightness: number, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setWindowKeepScreenOn(isKeepScreenOn: boolean): Promise\<void>;<br>旧版本信息:|类名:Window;<br>方法or属性:setWindowKeepScreenOn(isKeepScreenOn: boolean): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:Window;<br>方法or属性:setWindowKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Window;<br>方法or属性:setWindowKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:interface WindowStage<br>旧版本信息:|类名:WindowStage;<br>方法or属性:interface WindowStage<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:getMainWindow(): Promise\<Window>;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:getMainWindow(): Promise\<Window>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:getMainWindow(callback: AsyncCallback\<Window>): void;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:getMainWindow(callback: AsyncCallback\<Window>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:getMainWindowSync(): Window;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:getMainWindowSync(): Window;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:createSubWindow(name: string): Promise\<Window>;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:createSubWindow(name: string): Promise\<Window>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:createSubWindow(name: string, callback: AsyncCallback\<Window>): void;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:createSubWindow(name: string, callback: AsyncCallback\<Window>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:getSubWindow(): Promise\<Array\<Window>>;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:getSubWindow(): Promise\<Array\<Window>>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:getSubWindow(callback: AsyncCallback\<Array\<Window>>): void;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:getSubWindow(callback: AsyncCallback\<Array\<Window>>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:loadContent(path: string, storage?: LocalStorage): Promise\<void>;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:loadContent(path: string, storage?: LocalStorage): Promise\<void>;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:loadContent(path: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:loadContent(path: string, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:on(eventType: 'windowStageEvent', callback: Callback\<WindowStageEventType>): void;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:on(eventType: 'windowStageEvent', callback: Callback\<WindowStageEventType>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|跨平台能力有变化|类名:WindowStage;<br>方法or属性:off(eventType: 'windowStageEvent', callback?: Callback\<WindowStageEventType>): void;<br>旧版本信息:|类名:WindowStage;<br>方法or属性:off(eventType: 'windowStageEvent', callback?: Callback\<WindowStageEventType>): void;<br>新版本信息:crossplatform|@ohos.window.d.ts|
|函数有变化|类名:Window;<br>方法or属性:off(type: 'windowEvent',callback:Callback\<WindowEventType>):void;|类名:Window;<br>方法or属性:off(type:'windowEvent',callback?: Callback\<WindowEventType):void;|@ohos.window.d.ts|
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册