From 442d29570ec9bbc718620e014d34b1e579ee7154 Mon Sep 17 00:00:00 2001 From: annie_wangli Date: Sat, 2 Apr 2022 16:32:46 +0800 Subject: [PATCH] update docs Signed-off-by: annie_wangli --- .../reference/apis/js-apis-storage-statistics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-storage-statistics.md b/en/application-dev/reference/apis/js-apis-storage-statistics.md index 5dc09cd471..3d9afc2b19 100644 --- a/en/application-dev/reference/apis/js-apis-storage-statistics.md +++ b/en/application-dev/reference/apis/js-apis-storage-statistics.md @@ -126,7 +126,7 @@ Asynchronously obtains the available space of the specified volume. This method }); ``` -## storagestatistics.getBundleStats +## storagestatistics.getBundleStats9+ getBundleStats(packageName: string): Promise<BundleStats> @@ -157,7 +157,7 @@ Obtains the bundle status. This method uses a promise to return the result. }); ``` -## storagestatistics.getBundleStats +## storagestatistics.getBundleStats9+ getBundleStats(packageName: string, callback: AsyncCallback<BundleStats>): void -- GitLab