-
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
[ja] Translate GPUUncapturedErrorEvent #23683
Conversation
Preview URLs
Flaws (13)URL:
URL:
URL:
External URLs (3)URL:
URL:
URL:
(comment last updated: 2024-09-19 14:18:21) |
|
||
device.addEventListener("uncapturederror", (event) => { | ||
// エラーを再浮上させる | ||
console.error("WebGPU エラーがキャプチャされませんでした:", event.error.message); |
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-linter] reported by reviewdog 🐶
console.error("WebGPU エラーがキャプチャされませんでした:", event.error.message); | |
console.error( | |
"WebGPU エラーがキャプチャされませんでした:", | |
event.error.message, | |
); |
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.
OKです。
* Translate GPUUncapturedErrorEvent * Untranslate log message to avlod mdn-linter report
Description
GPUUncapturedErrorEvent
を新規翻訳。Motivation
Additional details
Related issues and pull requests