web-api-manager/sources/standards/WEBUSB.json

26 lines
930 B
JSON
Raw Normal View History

2017-10-30 17:14:27 +00:00
{
"info": {
2017-10-30 17:17:25 +00:00
"name": "WebUSB API",
2017-10-30 17:14:27 +00:00
"subsection_number": null,
"subsection_name": null,
"url": "https://wicg.github.io/webusb/"
2017-10-30 17:14:27 +00:00
},
"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"
]
}