From d6737f0b8068ae01b53a2b3e1fb9a840b383eb68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E6=88=90=E6=9D=B0?= Date: Mon, 21 Feb 2022 08:28:40 +0000 Subject: [PATCH] update api/@ohos.worker.d.ts. --- 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