From 3190b4efa274ee5bad9d93e7ba2770545ee25a5d Mon Sep 17 00:00:00 2001 From: "kevin.song" Date: Sat, 6 Nov 2021 23:21:58 +0800 Subject: Fix typo in Web/API/MediaDevices/getUserMedia, zh-CN (#2946) typo --- files/zh-cn/web/api/mediadevices/getusermedia/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web/api/mediadevices') 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
找不到满足请求参数的媒体类型。
NotReadableError[无法读取错误]
尽管用户已经授权使用相应的设备,操作系统上某个硬件、浏览器或者网页层面发生的错误导致设备无法被访问。
-
OverConstrainedError[无法满足要求错误]
+
OverconstrainedError[无法满足要求错误]
指定的要求无法被设备满足,此异常是一个类型为OverconstrainedError的对象,拥有一个constraint属性,这个属性包含了当前无法被满足的constraint对象,还拥有一个message属性,包含了阅读友好的字符串用来说明情况。
因为这个异常甚至可以在用户尚未授权使用当前设备的情况下抛出,所以应当可以当作一个探测设备能力属性的手段[fingerprinting surface]。
-- cgit v1.2.3-54-g00ecf