Back to Content

WorkerNavigator: usb property

files/en-us/web/api/workernavigator/usb/index.md

latest482 B
Original Source

{{APIRef("WebUSB API")}}{{SecureContext_Header}}{{AvailableInWorkers("worker")}}

The usb read-only property of the {{domxref("WorkerNavigator")}} interface returns a {{domxref("USB")}} object for the current document, providing access to WebUSB API functionality.

Value

A {{domxref('USB')}} object.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also