WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2019-02-07 10:47:28 PST
<
rdar://problem/47889066
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug