Skip to content

Commit

Permalink
Add {{AvailableInWorkers}} for WebUSB API (#36202)
Browse files Browse the repository at this point in the history
add
  • Loading branch information
skyclouds2001 authored Oct 8, 2024
1 parent 6b8c7b7 commit a10e3f0
Show file tree
Hide file tree
Showing 57 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/api/usb/connect_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USB.connect_event
---

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

The **`connect`** event of the {{DOMxRef("USB")}} interface is fired whenever a paired device is connected.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usb/disconnect_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USB.disconnect_event
---

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

The **`disconnect`** event of the {{DOMxRef("USB")}} interface is fired whenever a paired device is disconnected.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usb/getdevices/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USB.getDevices
---

{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{securecontext_header}}
{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{SecureContext_Header}}{{AvailableInWorkers}}

The **`getDevices`** method of the {{DOMxRef("USB")}} interface
returns a {{JSxRef("Promise")}} that resolves with an array of {{DOMxRef("USBDevice")}}
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ status:
browser-compat: api.USB
---

{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{securecontext_header}}
{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{SecureContext_Header}}{{AvailableInWorkers}}

The **`USB`** interface of the [WebUSB API](/en-US/docs/Web/API/WebUSB_API) provides attributes and methods for finding and connecting USB devices from a web page.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usb/requestdevice/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USB.requestDevice
---

{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{securecontext_header}}
{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{SecureContext_Header}}{{AvailableInWorkers}}

The **`requestDevice()`** method of the {{domxref("USB")}}
interface returns a {{jsxref("Promise")}} that resolves with an instance of
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbalternateinterface/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ status:
browser-compat: api.USBAlternateInterface
---

{{securecontext_header}}{{APIRef("WebUSB API")}}{{SeeCompatTable}}
{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{SecureContext_Header}}{{AvailableInWorkers}}

The `USBAlternateInterface` interface of the [WebUSB API](/en-US/docs/Web/API/WebUSB_API) provides information about a particular configuration of an interface provided by the USB device. An interface includes one or more alternate settings which can configure a set of endpoints based on the operating mode of the device.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBConfiguration.configurationName
---

{{securecontext_header}}{{APIRef("WebUSB API")}}{{SeeCompatTable}}
{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{SecureContext_Header}}{{AvailableInWorkers}}

The **`configurationName`** read-only property
of the {{domxref("USBConfiguration")}} interface returns the name provided by the device
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBConfiguration.configurationValue
---

{{securecontext_header}}{{APIRef("WebUSB API")}}{{SeeCompatTable}}
{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{SecureContext_Header}}{{AvailableInWorkers}}

The **`configurationValue`** read-only property
of the {{domxref("USBConfiguration")}} interface returns the configuration value of this configuration. This is equal to the
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbconfiguration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ status:
browser-compat: api.USBConfiguration
---

{{securecontext_header}}{{APIRef("WebUSB API")}}{{SeeCompatTable}}
{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{SecureContext_Header}}{{AvailableInWorkers}}

The `USBConfiguration` interface of the [WebUSB API](/en-US/docs/Web/API/WebUSB_API) provides information about a particular configuration of a USB device and the interfaces that it supports.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbconfiguration/interfaces/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBConfiguration.interfaces
---

{{securecontext_header}}{{APIRef("WebUSB API")}}{{SeeCompatTable}}
{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{SecureContext_Header}}{{AvailableInWorkers}}

The **`interfaces`** read-only property of the
{{domxref("USBConfiguration")}} interface returns an array containing instances of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBConfiguration.USBConfiguration
---

{{securecontext_header}}{{APIRef("WebUSB API")}}{{SeeCompatTable}}
{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{SecureContext_Header}}{{AvailableInWorkers}}

The **`USBConfiguration()`** constructor
creates a new {{domxref("USBConfiguration")}} object which contains information about
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbconnectionevent/device/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBConnectionEvent.device
---

{{securecontext_header}}{{APIRef("WebUSB API")}}{{SeeCompatTable}}
{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{SecureContext_Header}}{{AvailableInWorkers}}

The **`device`** read-only property of the {{domxref("USBConnectionEvent")}} interface returns a {{domxref("USBDevice")}} object representing the device being connected or disconnected.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbconnectionevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ status:
browser-compat: api.USBConnectionEvent
---

{{securecontext_header}}{{APIRef("WebUSB API")}}{{SeeCompatTable}}
{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{SecureContext_Header}}{{AvailableInWorkers}}

The **`USBConnectionEvent`** interface of the {{domxref('WebUSB API','','',' ')}} is the event type passed to `USB` {{domxref("USB.connect_event", "connect")}} and {{domxref("USB.disconnect_event", "disconnect")}} events when the user agent detects that a new USB device has been connected or disconnected.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBConnectionEvent.USBConnectionEvent
---

{{securecontext_header}}{{APIRef("WebUSB API")}}{{SeeCompatTable}}
{{APIRef("WebUSB API")}}{{SeeCompatTable}}{{SecureContext_Header}}{{AvailableInWorkers}}

The **`USBConnectionEvent()`** constructor creates a new {{domxref("USBConnectionEvent")}} object.
This constructor is not typically used,
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/claiminterface/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.claimInterface
---

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

The **`claimInterface()`** method of the
{{domxref("USBDevice")}} interface returns a {{jsxref("promise")}} that resolves when
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/clearhalt/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.clearHalt
---

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

The **`clearHalt()`** method of the {{domxref("USBDevice")}}
interface returns a {{jsxref("promise")}} that resolves when a halt condition is
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/close/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.close
---

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

The **`close()`** method of the {{domxref("USBDevice")}}
interface returns a {{jsxref("promise")}} that resolves when all open interfaces are
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.configuration
---

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

The **`configuration`** read only property of the
{{domxref("USBDevice")}} interface returns a {{domxref("USBConfiguration")}} object for
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/configurations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.configurations
---

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

The **`configurations`** read only property of the
{{domxref("USBDevice")}} interface an {{jsxref("array")}} of device-specific interfaces
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/controltransferin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.controlTransferIn
---

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

The **`controlTransferIn()`** method of the {{domxref("USBDevice")}} interface returns a {{jsxref("Promise")}} that resolves with a {{domxref("USBInTransferResult")}} when a command or status request has been transmitted to (received by) the USB device.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/controltransferout/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.controlTransferOut
---

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

The **`controlTransferOut()`** method of the {{domxref("USBDevice")}} interface returns a {{jsxref("Promise")}} that resolves with a {{domxref("USBOutTransferResult")}} when a command or status operation has been transmitted from the USB device.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/deviceclass/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.deviceClass
---

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

The **`deviceClass`** read only property of the
{{domxref("USBDevice")}} interface one of three properties that identify USB devices for
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/deviceprotocol/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.deviceProtocol
---

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

The **`deviceProtocol`** read only property of the
{{domxref("USBDevice")}} interface one of three properties that identify USB devices for
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/devicesubclass/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.deviceSubclass
---

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

The **`deviceSubclass`** read only property of the
{{domxref("USBDevice")}} interface one of three properties that identify USB devices for
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/deviceversionmajor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.deviceVersionMajor
---

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

The **`deviceVersionMajor`** read only property of the
{{domxref("USBDevice")}} interface he major version number of the device in a semantic
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/deviceversionminor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.deviceVersionMinor
---

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

The **`deviceVersionMinor`** read only property of the
{{domxref("USBDevice")}} interface the minor version number of the device in a semantic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.deviceVersionSubminor
---

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

The **`deviceVersionSubminor`** read only property of the
{{domxref("USBDevice")}} interface the patch version number of the device in a semantic
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/forget/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.forget
---

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

The **`forget()`** method of the {{domxref("USBDevice")}} interface returns a {{jsxref("Promise")}} that resolves when all pending operations are aborted, all open interfaces are released, the device session has ended, and the permission is reset.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ status:
browser-compat: api.USBDevice
---

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

The **`USBDevice`** interface of the [WebUSB API](/en-US/docs/Web/API/WebUSB_API) provides access to metadata about a paired USB device and methods for controlling it.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.isochronousTransferIn
---

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

The **`isochronousTransferIn()`** method of the {{domxref("USBDevice")}} interface returns a {{jsxref("Promise")}} that resolves with a {{domxref("USBIsochronousInTransferResult")}} when time sensitive information has been transmitted to (received by) the USB device.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.isochronousTransferOut
---

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

The **`isochronousTransferOut()`** method of the
{{domxref("USBDevice")}} interface returns a {{jsxref("Promise")}} that resolves with a {{domxref("USBIsochronousOutTransferResult")}} when time sensitive information has been transmitted from the USB device.
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/manufacturername/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.manufacturerName
---

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

The **`manufacturerName`** read only property of the
{{domxref("USBDevice")}} interface the of the organization that manufactured the USB
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/open/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.open
---

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

The **`open()`** method of the {{domxref("USBDevice")}}
interface returns a {{jsxref("promise")}} that resolves when a device session has
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/opened/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.opened
---

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

The **`opened`** read only property of the
{{domxref("USBDevice")}} interface indicates whether a session has been started with a
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/productid/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.productId
---

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

The **`productId`** read only property of the
{{domxref("USBDevice")}} interface the manufacturer-defined code that identifies a USB
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/productname/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.productName
---

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

The **`productName`** read only property of the
{{domxref("USBDevice")}} interface the manufacturer-defined name that identifies a USB
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/releaseinterface/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.releaseInterface
---

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

The **`releaseInterface()`** method of the
{{domxref("USBDevice")}} interface returns a {{jsxref("promise")}} that resolves when a
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/reset/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.reset
---

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

The **`reset()`** method of the {{domxref("USBDevice")}}
interface returns a {{jsxref("promise")}} that resolves when the device is reset and all
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.selectAlternateInterface
---

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

The **`selectAlternateInterface()`** method of the
{{domxref("USBDevice")}} interface returns a {{jsxref("promise")}} that resolves when
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/selectconfiguration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.selectConfiguration
---

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

The **`selectConfiguration()`** method of the
{{domxref("USBDevice")}} interface returns a {{jsxref("promise")}} that resolves when
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/serialnumber/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.serialNumber
---

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

The **`serialNumber`** read only property of the
{{domxref("USBDevice")}} interface is the manufacturer-defined serial number for the
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/transferin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.transferIn
---

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

The **`transferIn()`** method of the {{domxref("USBDevice")}}
interface returns a {{jsxref("promise")}} that resolves with a
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/transferout/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.transferOut
---

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

The **`transferOut()`** method of the {{domxref("USBDevice")}}
interface returns a {{jsxref("promise")}} that resolves with a
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/usbdevice/usbversionmajor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ status:
browser-compat: api.USBDevice.usbVersionMajor
---

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

The **`usbVersionMajor`** read only property of the
{{domxref("USBDevice")}} interface is one of three properties that declare the USB
Expand Down
Loading

0 comments on commit a10e3f0

Please sign in to comment.