diff options
author | kevin.song <songkang666@126.com> | 2021-11-06 23:21:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-06 23:21:58 +0800 |
commit | 3190b4efa274ee5bad9d93e7ba2770545ee25a5d (patch) | |
tree | 91bb3a201e7111739dde65482d9223d4f5870c70 /files/zh-cn/web/api | |
parent | 3da96df7e2f6144ee6106f381af4dc9f71aa2cb1 (diff) | |
download | translated-content-3190b4efa274ee5bad9d93e7ba2770545ee25a5d.tar.gz translated-content-3190b4efa274ee5bad9d93e7ba2770545ee25a5d.tar.bz2 translated-content-3190b4efa274ee5bad9d93e7ba2770545ee25a5d.zip |
Fix typo in Web/API/MediaDevices/getUserMedia, zh-CN (#2946)
typo
Diffstat (limited to 'files/zh-cn/web/api')
-rw-r--r-- | files/zh-cn/web/api/mediadevices/getusermedia/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/mediadevices/getusermedia/index.html b/files/zh-cn/web/api/mediadevices/getusermedia/index.html index a9afcece9f..519733950a 100644 --- a/files/zh-cn/web/api/mediadevices/getusermedia/index.html +++ b/files/zh-cn/web/api/mediadevices/getusermedia/index.html @@ -117,7 +117,7 @@ translation_of: Web/API/MediaDevices/getUserMedia <dd>找不到满足请求参数的媒体类型。</dd> <dt><code>NotReadableError</code>[无法读取错误]</dt> <dd>尽管用户已经授权使用相应的设备,操作系统上某个硬件、浏览器或者网页层面发生的错误导致设备无法被访问。</dd> - <dt><code>OverConstrainedError</code>[无法满足要求错误]</dt> + <dt><code>OverconstrainedError</code>[无法满足要求错误]</dt> <dd>指定的要求无法被设备满足,此异常是一个类型为<code>OverconstrainedError</code>的对象,拥有一个<code>constraint</code>属性,这个属性包含了当前无法被满足的<code>constraint</code>对象,还拥有一个<code>message</code>属性,包含了阅读友好的字符串用来说明情况。</dd> <dd> <div class="note">因为这个异常甚至可以在用户尚未授权使用当前设备的情况下抛出,所以应当可以当作一个探测设备能力属性的手段[fingerprinting surface]。</div> |