New issue
Advanced search Search tips

Issue 831982 link

Starred by 3 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

Support WebUSB in headless Chrome

Project Member Reported by eseckler@chromium.org, Apr 12 2018

Issue description

WebUSB is currently implemented in chrome/, thus not available to headless. We should investigate if it's possible to move its implementation to components/ to reuse it from headless/.
 
Components: Blink>USB
Very little of WebUSB is actually implemented in //chrome, most of it is in //device/usb and //third_party/blink/renderer/modules/usb. The part in //chrome is the implementation of the WebUSB device chooser dialog and associated code to manage device permissions.

How do permissions work in Headless Chrome?

Sign in to add a comment