NEW 194401
getUserMedia should return NotFoundError if there is no capture device
https://bugs.webkit.org/show_bug.cgi?id=194401
Summary getUserMedia should return NotFoundError if there is no capture device
youenn fablet
Reported 2019-02-07 10:46:53 PST
Currently, we return an OverConstrainedError. Note that doing so prevents some fingerprinting which could allow to silently detect the absence of capture device. But doing something like getUserMedia({video: true}) should return NotFoundError if there is no camera.
Attachments
Radar WebKit Bug Importer
Comment 1 2019-02-07 10:47:28 PST
Note You need to log in before you can comment on or make changes to this bug.