提交 167fb7c4 编写于 作者: G Gloria

Update docs

Signed-off-by: wusongqing<wusongqing@huawei.com>
上级 37b31c7d
...@@ -127,7 +127,7 @@ The following table describes the subsystems of OpenHarmony. For details about t ...@@ -127,7 +127,7 @@ The following table describes the subsystems of OpenHarmony. For details about t
| Build | Provides a compilation and building framework based on Generate Ninja (GN) and Ninja. | All systems | | Build | Provides a compilation and building framework based on Generate Ninja (GN) and Ninja. | All systems |
| Test | The test-driven development mode is used during the development process. You can develop new cases or modify existing cases to test new or enhanced system features. The test helps you develop high-quality code in the development phase.| All systems | | Test | The test-driven development mode is used during the development process. You can develop new cases or modify existing cases to test new or enhanced system features. The test helps you develop high-quality code in the development phase.| All systems |
| Data Management | Provides local data management and distributed data management:<br>- Local application data management for lightweight preference databases and relational databases<br>- Distributed data service to provide applications with the capability to store data in the databases of different devices| Standard system | | Data Management | Provides local data management and distributed data management:<br>- Local application data management for lightweight preference databases and relational databases<br>- Distributed data service to provide applications with the capability to store data in the databases of different devices| Standard system |
| Programming Language Runtime| Provides the compilation and execution environment for programs developed with JavaScript or C/C++, basic libraries that support the runtime, and the runtime-associated APIs, compilers, and auxiliary tools.| All systems | | Compiler and Runtime | Provides the compilation and execution environment for programs developed with JavaScript or C/C++, basic libraries that support the runtime, and the runtime-associated APIs, compilers, and auxiliary tools.| All systems |
| Distributed Scheduler| Starts, registers, queries, and manages system services. | All systems | | Distributed Scheduler| Starts, registers, queries, and manages system services. | All systems |
| JS UI Framework | OpenHarmony JS UI framework supports web-development-like paradigm. | All systems | | JS UI Framework | OpenHarmony JS UI framework supports web-development-like paradigm. | All systems |
| Multimedia | Provides easy-to-use APIs for developing multimedia components such as audio, video, and camera, and enables applications to use multimedia resources of the system.| All systems | | Multimedia | Provides easy-to-use APIs for developing multimedia components such as audio, video, and camera, and enables applications to use multimedia resources of the system.| All systems |
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
- Development - Development
- [Application Models](application-models/Readme-EN.md) - [Application Models](application-models/Readme-EN.md)
- [UI Development](ui/Readme-EN.md) - [UI Development](ui/Readme-EN.md)
- [Common Event and Notification](notification/Readme-EN.md) - [Notification](notification/Readme-EN.md)
- [Window Manager](windowmanager/Readme-EN.md) - [Window Manager](windowmanager/Readme-EN.md)
- [WebGL](webgl/Readme-EN.md) - [WebGL](webgl/Readme-EN.md)
- [Media](media/Readme-EN.md) - [Media](media/Readme-EN.md)
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
- [Connectivity](connectivity/Readme-EN.md) - [Connectivity](connectivity/Readme-EN.md)
- [Data Management](database/Readme-EN.md) - [Data Management](database/Readme-EN.md)
- [File Management](file-management/Readme-EN.md) - [File Management](file-management/Readme-EN.md)
- [Telephony](telephony/Readme-EN.md) - [Telephony Service](telephony/Readme-EN.md)
- [Task Management](task-management/Readme-EN.md) - [Task Management](task-management/Readme-EN.md)
- [Device Management](device/Readme-EN.md) - [Device Management](device/Readme-EN.md)
- [Device Usage Statistics](device-usage-statistics/Readme-EN.md) - [Device Usage Statistics](device-usage-statistics/Readme-EN.md)
......
...@@ -43,8 +43,8 @@ ...@@ -43,8 +43,8 @@
- [Introduction to Common Events](common-event-overview.md) - [Introduction to Common Events](common-event-overview.md)
- Common Event Subscription - Common Event Subscription
- [Common Event Subscription Overview](common-event-subscription-overview.md) - [Common Event Subscription Overview](common-event-subscription-overview.md)
- [Subscribing to Dynamic Common Events](common-event-subscription.md) - [Subscribing to Common Events in Dynamic Mode](common-event-subscription.md)
- [Subscribing to Static Common Events (for System Applications Only)](common-event-static-subscription.md) - [Subscribing to Common Events in Static Mode (for System Applications Only)](common-event-static-subscription.md)
- [Unsubscribing from Common Events](common-event-unsubscription.md) - [Unsubscribing from Common Events](common-event-unsubscription.md)
- [Publishing Common Events](common-event-publish.md) - [Publishing Common Events](common-event-publish.md)
- [Background Services](background-services.md) - [Background Services](background-services.md)
......
...@@ -34,7 +34,7 @@ There are two roles in **DataShare**: ...@@ -34,7 +34,7 @@ There are two roles in **DataShare**:
- Data provider: adds, deletes, modifies, and queries data, opens files, and shares data. - Data provider: adds, deletes, modifies, and queries data, opens files, and shares data.
- Data consumer: accesses the data provided by the provider using **DataShareHelper**. - Data consumer: accesses the data provided by the provider using **DataShareHelper**.
### Data Provider Application Development (Only for System Applications) ### Data Provider Application Development (for System Applications Only)
[DataShareExtensionAbility](../reference/apis/js-apis-application-dataShareExtensionAbility.md) provides the following APIs. You can override these APIs as required. [DataShareExtensionAbility](../reference/apis/js-apis-application-dataShareExtensionAbility.md) provides the following APIs. You can override these APIs as required.
......
...@@ -12,10 +12,10 @@ ...@@ -12,10 +12,10 @@
- [Audio Routing and Device Management Development](audio-routing-manager.md) - [Audio Routing and Device Management Development](audio-routing-manager.md)
- [AVPlayer Development (Recommended)](avplayer-playback.md) - [AVPlayer Development (Recommended)](avplayer-playback.md)
- [AVRecorder Development (Recommended)](avrecorder.md) - [AVRecorder Development (Recommended)](avrecorder.md)
- [Audio Playback Development (To Be Deprecated)](audio-playback.md) - [Audio Playback Development (To Be Deprecated Soon)](audio-playback.md)
- [Audio Recording Development (To Be Deprecated)](audio-recorder.md) - [Audio Recording Development (To Be Deprecated Soon)](audio-recorder.md)
- [Video Playback Development (To Be Deprecated)](video-playback.md) - [Video Playback Development (To Be Deprecated Soon)](video-playback.md)
- [Video Recording Development (To Be Deprecated)](video-recorder.md) - [Video Recording Development (To Be Deprecated Soon)](video-recorder.md)
- AVSession - AVSession
- [AVSession Overview](avsession-overview.md) - [AVSession Overview](avsession-overview.md)
......
...@@ -186,14 +186,14 @@ ...@@ -186,14 +186,14 @@
- [WebGL](js-apis-webgl.md) - [WebGL](js-apis-webgl.md)
- [WebGL2](js-apis-webgl2.md) - [WebGL2](js-apis-webgl2.md)
- Media - Multimedia
- [@ohos.multimedia.audio (Audio Management)](js-apis-audio.md) - [@ohos.multimedia.audio (Audio Management)](js-apis-audio.md)
- [@ohos.multimedia.avsession (AVSession Management)](js-apis-avsession.md) - [@ohos.multimedia.avsession (AVSession Management)](js-apis-avsession.md)
- [@ohos.multimedia.camera (Camera Management)](js-apis-camera.md) - [@ohos.multimedia.camera (Camera Management)](js-apis-camera.md)
- [@ohos.multimedia.image (Image Processing)](js-apis-image.md) - [@ohos.multimedia.image (Image Processing)](js-apis-image.md)
- [@ohos.multimedia.media (Media)](js-apis-media.md) - [@ohos.multimedia.media (Media)](js-apis-media.md)
- Resource Management - Resource Manager
- [@ohos.i18n (Internationalization)](js-apis-i18n.md) - [@ohos.i18n (Internationalization)](js-apis-i18n.md)
- [@ohos.intl (Internationalization)](js-apis-intl.md) - [@ohos.intl (Internationalization)](js-apis-intl.md)
- [@ohos.resourceManager (Resource Manager)](js-apis-resource-manager.md) - [@ohos.resourceManager (Resource Manager)](js-apis-resource-manager.md)
...@@ -271,8 +271,8 @@ ...@@ -271,8 +271,8 @@
- [@ohos.rpc (RPC)](js-apis-rpc.md) - [@ohos.rpc (RPC)](js-apis-rpc.md)
- [@ohos.wifiManager (WLAN)](js-apis-wifiManager.md) - [@ohos.wifiManager (WLAN)](js-apis-wifiManager.md)
- [@ohos.wifiManagerExt (WLAN Extension)](js-apis-wifiManagerExt.md) - [@ohos.wifiManagerExt (WLAN Extension)](js-apis-wifiManagerExt.md)
- [@ohos.wifi (To Be Deprecated)](js-apis-wifi.md) - [@ohos.wifi (To Be Deprecated Soon)](js-apis-wifi.md)
- [@ohos.wifiext (To Be Deprecated)](js-apis-wifiext.md) - [@ohos.wifiext (To Be Deprecated Soon)](js-apis-wifiext.md)
- tag - tag
- [nfctech (Standard NFC Technologies)](js-apis-nfctech.md) - [nfctech (Standard NFC Technologies)](js-apis-nfctech.md)
- [tagSession (Standard NFC Tag Session)](js-apis-tagSession.md) - [tagSession (Standard NFC Tag Session)](js-apis-tagSession.md)
...@@ -342,7 +342,7 @@ ...@@ -342,7 +342,7 @@
- [@ohos.account.distributedAccount (Distributed Account Management)](js-apis-distributed-account.md) - [@ohos.account.distributedAccount (Distributed Account Management)](js-apis-distributed-account.md)
- [@ohos.account.osAccount (OS Account Management)](js-apis-osAccount.md) - [@ohos.account.osAccount (OS Account Management)](js-apis-osAccount.md)
- Custom Management - Customization
- [@ohos.configPolicy (Configuration Policy)](js-apis-configPolicy.md) - [@ohos.configPolicy (Configuration Policy)](js-apis-configPolicy.md)
- [@ohos.enterprise.EnterpriseAdminExtensionAbility (EnterpriseAdminExtensionAbility)](js-apis-EnterpriseAdminExtensionAbility.md) - [@ohos.enterprise.EnterpriseAdminExtensionAbility (EnterpriseAdminExtensionAbility)](js-apis-EnterpriseAdminExtensionAbility.md)
- [@ohos.enterprise.adminManager (Enterprise Device Management)](js-apis-enterprise-adminManager.md) - [@ohos.enterprise.adminManager (Enterprise Device Management)](js-apis-enterprise-adminManager.md)
......
...@@ -20,11 +20,11 @@ ...@@ -20,11 +20,11 @@
- [colorSpaceManager Error Codes](errorcode-colorspace-manager.md) - [colorSpaceManager Error Codes](errorcode-colorspace-manager.md)
- [Display Error Codes](errorcode-display.md) - [Display Error Codes](errorcode-display.md)
- [Window Error Codes](errorcode-window.md) - [Window Error Codes](errorcode-window.md)
- Media - Multimedia
- [Audio Error Codes](errorcode-audio.md) - [Audio Error Codes](errorcode-audio.md)
- [Media Error Codes](errorcode-media.md) - [Media Error Codes](errorcode-media.md)
- [AVSession Management Error Codes](errorcode-avsession.md) - [AVSession Management Error Codes](errorcode-avsession.md)
- Resource Management - Resource Manager
- [I18N Error Codes](errorcode-i18n.md) - [I18N Error Codes](errorcode-i18n.md)
- [Resource Manager Error Codes](errorcode-resource-manager.md) - [Resource Manager Error Codes](errorcode-resource-manager.md)
- Background Task - Background Task
...@@ -86,9 +86,9 @@ ...@@ -86,9 +86,9 @@
- [System Parameter Error Codes](errorcode-system-parameterV9.md) - [System Parameter Error Codes](errorcode-system-parameterV9.md)
- [USB Error Codes](errorcode-usb.md) - [USB Error Codes](errorcode-usb.md)
- [Update Error Codes](errorcode-update.md) - [Update Error Codes](errorcode-update.md)
- Customization Management - Customization
- [Enterprise Device Management Error Codes](errorcode-enterpriseDeviceManager.md) - [Enterprise Device Management Error Codes](errorcode-enterpriseDeviceManager.md)
- Utils - Language Base Class Library
- [Utils Error Codes](errorcode-utils.md) - [Utils Error Codes](errorcode-utils.md)
- Test - Test
- [UiTest Error Codes](errorcode-uitest.md) - [UiTest Error Codes](errorcode-uitest.md)
...@@ -90,8 +90,8 @@ ...@@ -90,8 +90,8 @@
- [Introduction to Common Events](application-models/common-event-overview.md) - [Introduction to Common Events](application-models/common-event-overview.md)
- Common Event Subscription - Common Event Subscription
- [Common Event Subscription Overview](application-models/common-event-subscription-overview.md) - [Common Event Subscription Overview](application-models/common-event-subscription-overview.md)
- [Subscribing to Dynamic Common Events](application-models/common-event-subscription.md) - [Subscribing to Common Events in Dynamic Mode](application-models/common-event-subscription.md)
- [Subscribing to Static Common Events (for System Applications Only)](application-models/common-event-static-subscription.md) - [Subscribing to Common Events in Static Mode (for System Applications Only)](application-models/common-event-static-subscription.md)
- [Unsubscribing from Common Events](application-models/common-event-unsubscription.md) - [Unsubscribing from Common Events](application-models/common-event-unsubscription.md)
- [Publishing Common Events](application-models/common-event-publish.md) - [Publishing Common Events](application-models/common-event-publish.md)
- [Background Services](application-models/background-services.md) - [Background Services](application-models/background-services.md)
...@@ -309,10 +309,10 @@ ...@@ -309,10 +309,10 @@
- [Audio Routing and Device Management Development](media/audio-routing-manager.md) - [Audio Routing and Device Management Development](media/audio-routing-manager.md)
- [AVPlayer Development (Recommended)](media/avplayer-playback.md) - [AVPlayer Development (Recommended)](media/avplayer-playback.md)
- [AVRecorder Development (Recommended)](media/avrecorder.md) - [AVRecorder Development (Recommended)](media/avrecorder.md)
- [Audio Playback Development (To Be Deprecated)](media/audio-playback.md) - [Audio Playback Development (To Be Deprecated Soon)](media/audio-playback.md)
- [Audio Recording Development (To Be Deprecated)](media/audio-recorder.md) - [Audio Recording Development (To Be Deprecated Soon)](media/audio-recorder.md)
- [Video Playback Development (To Be Deprecated)](media/video-playback.md) - [Video Playback Development (To Be Deprecated Soon)](media/video-playback.md)
- [Video Recording Development (To Be Deprecated)](media/video-recorder.md) - [Video Recording Development (To Be Deprecated Soon)](media/video-recorder.md)
- AVSession - AVSession
- [AVSession Overview](media/avsession-overview.md) - [AVSession Overview](media/avsession-overview.md)
- [AVSession Development](media/avsession-guidelines.md) - [AVSession Development](media/avsession-guidelines.md)
...@@ -947,17 +947,17 @@ ...@@ -947,17 +947,17 @@
- webgl - webgl
- [WebGL](reference/apis/js-apis-webgl.md) - [WebGL](reference/apis/js-apis-webgl.md)
- [WebGL2](reference/apis/js-apis-webgl2.md) - [WebGL2](reference/apis/js-apis-webgl2.md)
- Media - Multimedia
- [@ohos.multimedia.audio (Audio Management)](reference/apis/js-apis-audio.md) - [@ohos.multimedia.audio (Audio Management)](reference/apis/js-apis-audio.md)
- [@ohos.multimedia.avsession (AVSession Management)](reference/apis/js-apis-avsession.md) - [@ohos.multimedia.avsession (AVSession Management)](reference/apis/js-apis-avsession.md)
- [@ohos.multimedia.camera (Camera Management)](reference/apis/js-apis-camera.md) - [@ohos.multimedia.camera (Camera Management)](reference/apis/js-apis-camera.md)
- [@ohos.multimedia.image (Image Processing)](reference/apis/js-apis-image.md) - [@ohos.multimedia.image (Image Processing)](reference/apis/js-apis-image.md)
- [@ohos.multimedia.media (Media)](reference/apis/js-apis-media.md) - [@ohos.multimedia.media (Media)](reference/apis/js-apis-media.md)
- Resource Management - Resource Manager
- [@ohos.i18n (Internationalization)](reference/apis/js-apis-i18n.md) - [@ohos.i18n (Internationalization)](reference/apis/js-apis-i18n.md)
- [@ohos.intl (Internationalization)](reference/apis/js-apis-intl.md) - [@ohos.intl (Internationalization)](reference/apis/js-apis-intl.md)
- [@ohos.resourceManager (Resource Manager)](reference/apis/js-apis-resource-manager.md) - [@ohos.resourceManager (Resource Manager)](reference/apis/js-apis-resource-manager.md)
- Resource Scheduling - Background Task
- [@ohos.distributedMissionManager (Distributed Mission Management)](reference/apis/js-apis-distributedMissionManager.md) - [@ohos.distributedMissionManager (Distributed Mission Management)](reference/apis/js-apis-distributedMissionManager.md)
- [@ohos.reminderAgentManager (Reminder Agent Management)](reference/apis/js-apis-reminderAgentManager.md) - [@ohos.reminderAgentManager (Reminder Agent Management)](reference/apis/js-apis-reminderAgentManager.md)
- [@ohos.resourceschedule.backgroundTaskManager (Background Task Management)](reference/apis/js-apis-resourceschedule-backgroundTaskManager.md) - [@ohos.resourceschedule.backgroundTaskManager (Background Task Management)](reference/apis/js-apis-resourceschedule-backgroundTaskManager.md)
...@@ -1025,8 +1025,8 @@ ...@@ -1025,8 +1025,8 @@
- [@ohos.rpc (RPC)](reference/apis/js-apis-rpc.md) - [@ohos.rpc (RPC)](reference/apis/js-apis-rpc.md)
- [@ohos.wifiManager (WLAN)](reference/apis/js-apis-wifiManager.md) - [@ohos.wifiManager (WLAN)](reference/apis/js-apis-wifiManager.md)
- [@ohos.wifiManagerExt (WLAN Extension)](reference/apis/js-apis-wifiManagerExt.md) - [@ohos.wifiManagerExt (WLAN Extension)](reference/apis/js-apis-wifiManagerExt.md)
- [@ohos.wifi (To Be Deprecated)](reference/apis/js-apis-wifi.md) - [@ohos.wifi (To Be Deprecated Soon)](reference/apis/js-apis-wifi.md)
- [@ohos.wifiext (To Be Deprecated)](reference/apis/js-apis-wifiext.md) - [@ohos.wifiext (To Be Deprecated Soon)](reference/apis/js-apis-wifiext.md)
- tag - tag
- [nfctech (Standard NFC Technologies)](reference/apis/js-apis-nfctech.md) - [nfctech (Standard NFC Technologies)](reference/apis/js-apis-nfctech.md)
- [tagSession (Standard NFC Tag Session)](reference/apis/js-apis-tagSession.md) - [tagSession (Standard NFC Tag Session)](reference/apis/js-apis-tagSession.md)
...@@ -1092,7 +1092,7 @@ ...@@ -1092,7 +1092,7 @@
- [@ohos.account.appAccount (App Account Management)](reference/apis/js-apis-appAccount.md) - [@ohos.account.appAccount (App Account Management)](reference/apis/js-apis-appAccount.md)
- [@ohos.account.distributedAccount (Distributed Account Management)](reference/apis/js-apis-distributed-account.md) - [@ohos.account.distributedAccount (Distributed Account Management)](reference/apis/js-apis-distributed-account.md)
- [@ohos.account.osAccount (OS Account Management)](reference/apis/js-apis-osAccount.md) - [@ohos.account.osAccount (OS Account Management)](reference/apis/js-apis-osAccount.md)
- Custom Management - Customization
- [@ohos.configPolicy (Configuration Policy)](reference/apis/js-apis-configPolicy.md) - [@ohos.configPolicy (Configuration Policy)](reference/apis/js-apis-configPolicy.md)
- [@ohos.enterprise.EnterpriseAdminExtensionAbility (EnterpriseAdminExtensionAbility)](reference/apis/js-apis-EnterpriseAdminExtensionAbility.md) - [@ohos.enterprise.EnterpriseAdminExtensionAbility (EnterpriseAdminExtensionAbility)](reference/apis/js-apis-EnterpriseAdminExtensionAbility.md)
- [@ohos.enterprise.adminManager (Enterprise Device Management)](reference/apis/js-apis-enterprise-adminManager.md) - [@ohos.enterprise.adminManager (Enterprise Device Management)](reference/apis/js-apis-enterprise-adminManager.md)
...@@ -1201,14 +1201,14 @@ ...@@ -1201,14 +1201,14 @@
- [colorSpaceManager Error Codes](reference/errorcodes/errorcode-colorspace-manager.md) - [colorSpaceManager Error Codes](reference/errorcodes/errorcode-colorspace-manager.md)
- [Display Error Codes](reference/errorcodes/errorcode-display.md) - [Display Error Codes](reference/errorcodes/errorcode-display.md)
- [Window Error Codes](reference/errorcodes/errorcode-window.md) - [Window Error Codes](reference/errorcodes/errorcode-window.md)
- Media - Multimedia
- [Audio Error Codes](reference/errorcodes/errorcode-audio.md) - [Audio Error Codes](reference/errorcodes/errorcode-audio.md)
- [Media Error Codes](reference/errorcodes/errorcode-media.md) - [Media Error Codes](reference/errorcodes/errorcode-media.md)
- [AVSession Management Error Codes](reference/errorcodes/errorcode-avsession.md) - [AVSession Management Error Codes](reference/errorcodes/errorcode-avsession.md)
- Resource Management - Resource Manager
- [I18N Error Codes](reference/errorcodes/errorcode-i18n.md) - [I18N Error Codes](reference/errorcodes/errorcode-i18n.md)
- [Resource Manager Error Codes](reference/errorcodes/errorcode-resource-manager.md) - [Resource Manager Error Codes](reference/errorcodes/errorcode-resource-manager.md)
- Resource Scheduling - Background Task
- [backgroundTaskManager Error Codes](reference/errorcodes/errorcode-backgroundTaskMgr.md) - [backgroundTaskManager Error Codes](reference/errorcodes/errorcode-backgroundTaskMgr.md)
- [DeviceUsageStatistics Error Codes](reference/errorcodes/errorcode-DeviceUsageStatistics.md) - [DeviceUsageStatistics Error Codes](reference/errorcodes/errorcode-DeviceUsageStatistics.md)
- [reminderAgentManager Error Codes](reference/errorcodes/errorcode-reminderAgentManager.md) - [reminderAgentManager Error Codes](reference/errorcodes/errorcode-reminderAgentManager.md)
...@@ -1267,7 +1267,7 @@ ...@@ -1267,7 +1267,7 @@
- [System Parameter Error Codes](reference/errorcodes/errorcode-system-parameterV9.md) - [System Parameter Error Codes](reference/errorcodes/errorcode-system-parameterV9.md)
- [USB Error Codes](reference/errorcodes/errorcode-usb.md) - [USB Error Codes](reference/errorcodes/errorcode-usb.md)
- [Update Error Codes](reference/errorcodes/errorcode-update.md) - [Update Error Codes](reference/errorcodes/errorcode-update.md)
- Customization Management - Customization
- [Enterprise Device Management Error Codes](reference/errorcodes/errorcode-enterpriseDeviceManager.md) - [Enterprise Device Management Error Codes](reference/errorcodes/errorcode-enterpriseDeviceManager.md)
- Language Base Class Library - Language Base Class Library
- [Utils Error Codes](reference/errorcodes/errorcode-utils.md) - [Utils Error Codes](reference/errorcodes/errorcode-utils.md)
......
# JS API Changes of the Utils Subsystem # JS API Changes of the Compiler and Runtime Subsystem
The table below lists the APIs changes of the Utils subsystem in OpenHarmony 3.1 Release over OpenHarmony 3.0 LTS. The table below lists the APIs changes of the compiler and runtime subsystem in OpenHarmony 3.1 Release over OpenHarmony 3.0 LTS.
## API Changes ## API Changes
......
...@@ -8,7 +8,7 @@ For details about the JS API changes in OpenHarmony 3.1 Release over OpenHarmony ...@@ -8,7 +8,7 @@ For details about the JS API changes in OpenHarmony 3.1 Release over OpenHarmony
- [Power management subsystem](js-apidiff-battery.md) - [Power management subsystem](js-apidiff-battery.md)
- [Bundle management subsystem](js-apidiff-bundle.md) - [Bundle management subsystem](js-apidiff-bundle.md)
- [Communication subsystem](js-apidiff-communicate.md) - [Communication subsystem](js-apidiff-communicate.md)
- [Multi-language Runtime subsystem](js-apidiff-compiler-and-runtime.md) - [Compiler and runtime subsystem](js-apidiff-compiler-and-runtime.md)
- [DFX subsystem](js-apidiff-dfx.md) - [DFX subsystem](js-apidiff-dfx.md)
- [Distributed data management subsystem](js-apidiff-distributed-data.md) - [Distributed data management subsystem](js-apidiff-distributed-data.md)
- [Distributed hardware subsystem](js-apidiff-distributed-hardware.md) - [Distributed hardware subsystem](js-apidiff-distributed-hardware.md)
......
# JS API Changes of the Utils Subsystem # JS API Changes of the Compiler and Runtime Subsystem
The table below lists the APIs changes of the Utils subsystem in OpenHarmony 3.2 Beta2 over OpenHarmony 3.2 Beta1. The table below lists the APIs changes of the compiler and runtime subsystem in OpenHarmony 3.2 Beta2 over OpenHarmony 3.2 Beta1.
## API Changes ## API Changes
......
...@@ -10,7 +10,7 @@ This directory records the API changes in OpenHarmony 3.2 Beta3 over OpenHarmony ...@@ -10,7 +10,7 @@ This directory records the API changes in OpenHarmony 3.2 Beta3 over OpenHarmony
- [Power management subsystem](js-apidiff-battery.md) - [Power management subsystem](js-apidiff-battery.md)
- [Bundle management framework](js-apidiff-bundle.md) - [Bundle management framework](js-apidiff-bundle.md)
- [Communication subsystem](js-apidiff-communicate.md) - [Communication subsystem](js-apidiff-communicate.md)
- [Utils subsystem](js-apidiff-compiler-and-runtime.md) - [Compiler and runtime subsystem](js-apidiff-compiler-and-runtime.md)
- [DFX subsystem](js-apidiff-dfx.md) - [DFX subsystem](js-apidiff-dfx.md)
- [Distributed data management subsystem](js-apidiff-distributed-data.md) - [Distributed data management subsystem](js-apidiff-distributed-data.md)
- [Distributed hardware subsystem](js-apidiff-distributed-hardware.md) - [Distributed hardware subsystem](js-apidiff-distributed-hardware.md)
......
# JS API Changes of the Utils Subsystem # JS API Changes of the Compiler and Runtime Subsystem
The table below lists the APIs changes of the Utils subsystem in OpenHarmony 3.2 Beta3 over OpenHarmony 3.2 Beta2. The table below lists the APIs changes of the compiler and runtime subsystem in OpenHarmony 3.2 Beta3 over OpenHarmony 3.2 Beta2.
## API Changes ## API Changes
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
- [Power management subsystem](release-notes/api-diff/v3.2-beta3/js-apidiff-battery.md) - [Power management subsystem](release-notes/api-diff/v3.2-beta3/js-apidiff-battery.md)
- [Bundle management framework](release-notes/api-diff/v3.2-beta3/js-apidiff-bundle.md) - [Bundle management framework](release-notes/api-diff/v3.2-beta3/js-apidiff-bundle.md)
- [Communication subsystem](release-notes/api-diff/v3.2-beta3/js-apidiff-communicate.md) - [Communication subsystem](release-notes/api-diff/v3.2-beta3/js-apidiff-communicate.md)
- [Utils subsystem](release-notes/api-diff/v3.2-beta3/js-apidiff-compiler-and-runtime.md) - [Compiler and runtime subsystem](release-notes/api-diff/v3.2-beta3/js-apidiff-compiler-and-runtime.md)
- [DFX subsystem](release-notes/api-diff/v3.2-beta3/js-apidiff-dfx.md) - [DFX subsystem](release-notes/api-diff/v3.2-beta3/js-apidiff-dfx.md)
- [Distributed data management subsystem](release-notes/api-diff/v3.2-beta3/js-apidiff-distributed-data.md) - [Distributed data management subsystem](release-notes/api-diff/v3.2-beta3/js-apidiff-distributed-data.md)
- [Distributed hardware subsystem](release-notes/api-diff/v3.2-beta3/js-apidiff-distributed-hardware.md) - [Distributed hardware subsystem](release-notes/api-diff/v3.2-beta3/js-apidiff-distributed-hardware.md)
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
- [ArkUI development framework](release-notes/api-diff/v3.2-beta2/js-apidiff-arkui.md) - [ArkUI development framework](release-notes/api-diff/v3.2-beta2/js-apidiff-arkui.md)
- [Bundle management framework](release-notes/api-diff/v3.2-beta2/js-apidiff-bundle.md) - [Bundle management framework](release-notes/api-diff/v3.2-beta2/js-apidiff-bundle.md)
- [Communication subsystem](release-notes/api-diff/v3.2-beta2/js-apidiff-communicate.md) - [Communication subsystem](release-notes/api-diff/v3.2-beta2/js-apidiff-communicate.md)
- [Utils subsystem](release-notes/api-diff/v3.2-beta2/js-apidiff-compiler-and-runtime.md) - [Compiler and runtime subsystem](release-notes/api-diff/v3.2-beta2/js-apidiff-compiler-and-runtime.md)
- [DFX subsystem](release-notes/api-diff/v3.2-beta2/js-apidiff-dfx.md) - [DFX subsystem](release-notes/api-diff/v3.2-beta2/js-apidiff-dfx.md)
- [Distributed data management subsystem](release-notes/api-diff/v3.2-beta2/js-apidiff-distributed-data.md) - [Distributed data management subsystem](release-notes/api-diff/v3.2-beta2/js-apidiff-distributed-data.md)
- [Common event and notification subsystem](release-notes/api-diff/v3.2-beta2/js-apidiff-event-and-notification.md) - [Common event and notification subsystem](release-notes/api-diff/v3.2-beta2/js-apidiff-event-and-notification.md)
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
- [User IAM subsystem](release-notes/api-diff/v3.2-beta2/js-apidiff-user-authentication.md) - [User IAM subsystem](release-notes/api-diff/v3.2-beta2/js-apidiff-user-authentication.md)
- [Web subsystem](release-notes/api-diff/v3.2-beta2/js-apidiff-web.md) - [Web subsystem](release-notes/api-diff/v3.2-beta2/js-apidiff-web.md)
- [Window manager subsystem](release-notes/api-diff/v3.2-beta2/js-apidiff-window.md) - [Window manager subsystem](release-notes/api-diff/v3.2-beta2/js-apidiff-window.md)
- ChangeLog - Changelog
- [Updates (OpenHarmony 3.2 Beta1 -> OpenHarmony 3.2 Beta2)](release-notes/changelogs/v3.2-beta2/changelog-v3.2-beta2.md) - [Updates (OpenHarmony 3.2 Beta1 -> OpenHarmony 3.2 Beta2)](release-notes/changelogs/v3.2-beta2/changelog-v3.2-beta2.md)
- [Adaptation Guide for the Application Sandbox](release-notes/changelogs/v3.2-beta2/application-sandbox-adaptation-guide.md) - [Adaptation Guide for the Application Sandbox](release-notes/changelogs/v3.2-beta2/application-sandbox-adaptation-guide.md)
- OpenHarmony 3.2 Beta1 - OpenHarmony 3.2 Beta1
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
- [Power management subsystem](release-notes/api-diff/v3.1-Release/js-apidiff-battery.md) - [Power management subsystem](release-notes/api-diff/v3.1-Release/js-apidiff-battery.md)
- [Bundle management subsystem](release-notes/api-diff/v3.1-Release/js-apidiff-bundle.md) - [Bundle management subsystem](release-notes/api-diff/v3.1-Release/js-apidiff-bundle.md)
- [Communication subsystem](release-notes/api-diff/v3.1-Release/js-apidiff-communicate.md) - [Communication subsystem](release-notes/api-diff/v3.1-Release/js-apidiff-communicate.md)
- [Multi-language Runtime subsystem](release-notes/api-diff/v3.1-Release/js-apidiff-compiler-and-runtime.md) - [Compiler and Runtime subsystem](release-notes/api-diff/v3.1-Release/js-apidiff-compiler-and-runtime.md)
- [DFX subsystem](release-notes/api-diff/v3.1-Release/js-apidiff-dfx.md) - [DFX subsystem](release-notes/api-diff/v3.1-Release/js-apidiff-dfx.md)
- [Distributed data management subsystem](release-notes/api-diff/v3.1-Release/js-apidiff-distributed-data.md) - [Distributed data management subsystem](release-notes/api-diff/v3.1-Release/js-apidiff-distributed-data.md)
- [Distributed hardware subsystem](release-notes/api-diff/v3.1-Release/js-apidiff-distributed-hardware.md) - [Distributed hardware subsystem](release-notes/api-diff/v3.1-Release/js-apidiff-distributed-hardware.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册