From 65378e7ab8bb56afb7b4372c55e4e6a2406f1423 Mon Sep 17 00:00:00 2001 From: xdmal Date: Tue, 22 Feb 2022 15:32:06 +0800 Subject: [PATCH] remove device label Signed-off-by: xdmal --- api/@ohos.worker.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/@ohos.worker.d.ts b/api/@ohos.worker.d.ts index 3265d03edb..ae05b9fa3d 100644 --- a/api/@ohos.worker.d.ts +++ b/api/@ohos.worker.d.ts @@ -195,7 +195,6 @@ declare interface EventTarget { /** * Removes all event listeners for the worker. - * @devices phone, tablet, wearable * @since 7 * @syscap SystemCapability.Utils.Lang */ -- Gitee