-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[zh-cn]: create docs for HIDDevice #24290
base: main
Are you sure you want to change the base?
Conversation
Preview URLs (13 pages)
Flaws (9)Note! 7 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
URL:
URL:
External URLs (7)URL:
URL:
URL:
URL:
URL:
(comment last updated: 2024-11-01 11:42:17) |
await device.open(); | ||
// 关闭 | ||
await device.sendFeatureReport(reportId, Uint32Array.from([0, 0])); | ||
await waitFor(100); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这边似乎可以更新下原文的例子,waitFor的函数未定义
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
o的k
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mdn/content#36608
等合并,我再同步这里
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nits
Co-authored-by: skyclouds2001 <[email protected]> Co-authored-by: 720 <[email protected]>
Description
Motivation
Additional details
Related issues and pull requests