Issue #19: Added WebUSB API standard

This commit is contained in:
gansukhben 2017-10-30 12:14:27 -05:00
parent 3c3b537b12
commit a647cbf679
No known key found for this signature in database
GPG key ID: 27265D0EA33DF2D0

View 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"
]
}