Merge branch 'master' of github.com:snyderp/web-api-manager
This commit is contained in:
commit
ec44ed1fac
3 changed files with 58 additions and 0 deletions
16
data/standards/PUSHAPI.json
Normal file
16
data/standards/PUSHAPI.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"info": {
|
||||
"name": "Push API",
|
||||
"subsection_number": null,
|
||||
"subsection_name": null,
|
||||
"url": "https://w3c.github.io/push-api/"
|
||||
},
|
||||
"features": [
|
||||
"PushManager.prototype.subscribe",
|
||||
"PushManager.prototype.getSubscription",
|
||||
"PushManager.prototype.permissionState",
|
||||
"PushSubscription.prototype.getKey",
|
||||
"PushSubscription.prototype.unsubscribe",
|
||||
"PushSubscription.prototype.toJSON"
|
||||
]
|
||||
}
|
21
data/standards/WEBSPEECH.json
Normal file
21
data/standards/WEBSPEECH.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"info": {
|
||||
"name": "Web Speech API Specification",
|
||||
"subsection_number": null,
|
||||
"subsection_name": null,
|
||||
"url": "https://w3c.github.io/speech-api/webspeechapi.html"
|
||||
},
|
||||
"features": [
|
||||
"webkitSpeechRecognition.prototype.start",
|
||||
"webkitSpeechRecognition.prototype.stop",
|
||||
"webkitSpeechRecognition.prototype.abort",
|
||||
"webkitSpeechGrammarList.prototype.item",
|
||||
"webkitSpeechGrammarList.prototype.addFromString",
|
||||
"webkitSpeechGrammarList.prototype.addFromUri",
|
||||
"speechSynthesis.speak",
|
||||
"speechSynthesis.cancel",
|
||||
"speechSynthesis.pause",
|
||||
"speechSynthesis.resume",
|
||||
"speechSynthesis.getVoices"
|
||||
]
|
||||
}
|
21
data/standards/WEBVR.json
Normal file
21
data/standards/WEBVR.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"info": {
|
||||
"name": "WebVR",
|
||||
"subsection_number": null,
|
||||
"subsection_name": null,
|
||||
"url": "https://w3c.github.io/webvr/spec/1.1/"
|
||||
},
|
||||
"features": [
|
||||
"VRDisplay.prototype.getEyeParameters",
|
||||
"VRDisplay.prototype.getFrameData",
|
||||
"VRDisplay.prototype.getPose",
|
||||
"VRDisplay.prototype.resetPose",
|
||||
"VRDisplay.prototype.requestAnimationFrame",
|
||||
"VRDisplay.prototype.cancelAnimationFrame",
|
||||
"VRDisplay.prototype.requestPresent",
|
||||
"VRDisplay.prototype.exitPresent",
|
||||
"VRDisplay.prototype.getLayers",
|
||||
"VRDisplay.prototype.submitFrame",
|
||||
"Navigator.prototype.getVRDisplays"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue