Back to Content

Navigator: usb property

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

latest444 B
Original Source

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

The usb read-only property of the {{domxref("Navigator")}} 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