aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/mediadevices
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-09-07 22:56:20 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2021-09-07 22:56:20 +0900
commitdb091658bee048cac6a43ab7fe346ea7d420818a (patch)
treef551c4caac755cf43c99a5dccab68da21bf16765 /files/ja/web/api/mediadevices
parentfe6f6abf2b7c497bf1f97f73a82dde7cf48eb79f (diff)
parent33a5bcbcd367750dc0b7376f692d5aacfb799303 (diff)
downloadtranslated-content-db091658bee048cac6a43ab7fe346ea7d420818a.tar.gz
translated-content-db091658bee048cac6a43ab7fe346ea7d420818a.tar.bz2
translated-content-db091658bee048cac6a43ab7fe346ea7d420818a.zip
Merge branch 'main' into 20210818-Glossary/Type
Diffstat (limited to 'files/ja/web/api/mediadevices')
-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>