From add4d278360488d85eff55cbc27d088740de5aca Mon Sep 17 00:00:00 2001 From: jiangkuaixue Date: Sun, 29 May 2022 12:17:52 +0800 Subject: [PATCH] fixed 0739f16 from https://gitee.com/jiangkuaixue/interface_sdk-js/pulls/1843 modify saveCookieSync to api 9 Signed-off-by: jiangkuaixue --- api/@internal/component/ets/web.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@internal/component/ets/web.d.ts b/api/@internal/component/ets/web.d.ts index 9dead3314c..9705ccca79 100755 --- a/api/@internal/component/ets/web.d.ts +++ b/api/@internal/component/ets/web.d.ts @@ -623,7 +623,7 @@ declare class WebCookie { /** * Saves the cookies. - * @since 8 + * @since 9 */ saveCookieSync(): boolean; @@ -1172,4 +1172,4 @@ declare class WebAttribute extends CommonMethod { } declare const Web: WebInterface; -declare const WebInstance: WebAttribute; \ No newline at end of file +declare const WebInstance: WebAttribute; -- Gitee