aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/mediadevices/getusermedia
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-09-04 23:27:51 +0900
committerGitHub <noreply@github.com>2021-09-04 23:27:51 +0900
commit1f84b4a68d62235e1e642b9688b11263cf2b8141 (patch)
treed9880fa0e026bac7196ffa81b16219437b634235 /files/ja/web/api/mediadevices/getusermedia
parent8a5f76c0dad2243e05c89998a8d23f6edaeb7df4 (diff)
downloadtranslated-content-1f84b4a68d62235e1e642b9688b11263cf2b8141.tar.gz
translated-content-1f84b4a68d62235e1e642b9688b11263cf2b8141.tar.bz2
translated-content-1f84b4a68d62235e1e642b9688b11263cf2b8141.zip
プロミスの rejet(ed) の訳語を「拒否」に統一 (#2252)
- Googleなどの検索件数に基づくと、「拒絶」よりも「拒否」の方が使用例が多いとみられるため。
Diffstat (limited to 'files/ja/web/api/mediadevices/getusermedia')
-rw-r--r--files/ja/web/api/mediadevices/getusermedia/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/mediadevices/getusermedia/index.html b/files/ja/web/api/mediadevices/getusermedia/index.html
index 2ae1912292..53f62988fc 100644
--- a/files/ja/web/api/mediadevices/getusermedia/index.html
+++ b/files/ja/web/api/mediadevices/getusermedia/index.html
@@ -24,7 +24,7 @@ translation_of: Web/API/MediaDevices/getUserMedia
<p>これは {{domxref("MediaStream")}} オブジェクトに解決する {{jsxref("Promise")}} を返します。ユーザーが拒否した場合や、一致するメディアが利用できない場合、 Promise はそれぞれ <code>NotAllowedError</code> または <code>NotFoundError</code> で拒否されます。</p>
<div class="note">
-<p><strong>メモ:</strong> ユーザーが選択する必要が全くなく、リクエストを単純に無視できる場合、返却された Promise が解決または拒絶の<em>どちらにもならない</em>可能性があります。</p>
+<p><strong>メモ:</strong> ユーザーが選択する必要が全くなく、リクエストを単純に無視できる場合、返却された Promise が解決または拒否の<em>どちらにもならない</em>可能性があります。</p>
</div>
<p>一般的に、 {{domxref("MediaDevices")}} のシングルトンオブジェクトは以下のように、 {{domxref("navigator.mediaDevices")}} を使用してアクセスします。</p>