Skip to content

Commit

Permalink
[zh-cn]: sync content for navagator hid (#24366)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchunhui authored Nov 6, 2024
1 parent 3383606 commit 2a36b97
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/zh-cn/web/api/navigator/hid/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
title: Navigator:hid 属性
slug: Web/API/Navigator/hid
l10n:
sourceCommit: 89c435da452257b944b403cc9e45036fcb22590e
sourceCommit: 534e2c61fee576355e8a9b7036d9fa36056edb03
---

{{APIRef("WebHID API")}}{{SeeCompatTable}}{{SecureContext_Header}}

**`Navigator.hid`** 只读属性返回一个 {{domxref("HID")}} 对象,该对象提供用于连接 HID 设备、列出已连接的 HID 设备以及连接的 HID 设备的事件处理程序的方法
**`Navigator.hid`** 只读属性返回一个 {{domxref("HID")}} 对象,该对象提供访问 HID 设备连接的方法,以及当用户代理连接或断开设备时触发的事件

如果已定义的[权限策略](/zh-CN/docs/Web/HTTP/Permissions_Policy)阻止使用 WebHID,则 `Navigator.hid` 属性将不可用。

Expand Down
28 changes: 28 additions & 0 deletions files/zh-cn/web/api/workernavigator/hid/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: WorkerNavigator:hid 属性
slug: Web/API/WorkerNavigator/hid
l10n:
sourceCommit: 534e2c61fee576355e8a9b7036d9fa36056edb03
---

{{APIRef("WebHID API")}}{{SeeCompatTable}}{{SecureContext_Header}}

**`WorkerNavigator.hid`** 只读属性返回一个 {{domxref("HID")}} 对象,该对象提供访问 HID 设备连接的方法,以及当用户代理连接或断开设备时触发的事件。

如果已定义的[权限策略](/zh-CN/docs/Web/HTTP/Permissions_Policy)阻止使用 WebHID,则 `WorkerNavigator.hid` 属性将不可用。

##

一个 {{domxref("HID")}} 对象。

## 规范

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 参见

- [WebHID API](/zh-CN/docs/Web/API/WebHID_API)

0 comments on commit 2a36b97

Please sign in to comment.