Issue #19: Added WebUSB API standard
This commit is contained in:
parent
3c3b537b12
commit
a647cbf679
1 changed files with 26 additions and 0 deletions
26
data/standards/WEBUSB.json
Normal file
26
data/standards/WEBUSB.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"info": {
|
||||
"name": "Payment Request API",
|
||||
"subsection_number": null,
|
||||
"subsection_name": null,
|
||||
"url": "https://w3c.github.io/payment-request/"
|
||||
},
|
||||
"features": [
|
||||
"USB.prototype.getDevices",
|
||||
"USB.prototype.requestDevice",
|
||||
"USBDevice.prototype.open",
|
||||
"USBDevice.prototype.close",
|
||||
"USBDevice.prototype.selectConfiguration",
|
||||
"USBDevice.prototype.claimInterface",
|
||||
"USBDevice.prototype.releaseInterface",
|
||||
"USBDevice.prototype.selectAlternateInterface",
|
||||
"USBDevice.prototype.controlTransferIn",
|
||||
"USBDevice.prototype.controlTransferOut",
|
||||
"USBDevice.prototype.clearHalt",
|
||||
"USBDevice.prototype.transferIn",
|
||||
"USBDevice.prototype.transferOut",
|
||||
"USBDevice.prototype.isochronousTransferIn",
|
||||
"USBDevice.prototype.isochronousTransferOut",
|
||||
"USBDevice.prototype.reset"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue