Merge pull request #30 from bengansukh/19-webusb-standard

Issue #19: Added WebUSB API standard
This commit is contained in:
Peter Snyder 2017-11-03 06:07:28 +00:00 committed by GitHub
commit 098b2f46e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,26 @@
{
"info": {
"name": "WebUSB API",
"subsection_number": null,
"subsection_name": null,
"url": "https://wicg.github.io/webusb/"
},
"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"
]
}