added WebSpeech, WebUSB, WebVTT and WebVR standards to conservative and lite blocking sets
This commit is contained in:
parent
c3ca8ce26d
commit
34b9a15fd4
5 changed files with 89 additions and 82 deletions
|
@ -18,7 +18,10 @@ window.WEB_API_MANAGER.defaults.lite = [
|
||||||
"WebGL Specification",
|
"WebGL Specification",
|
||||||
"Geometry Interfaces Module Level 1",
|
"Geometry Interfaces Module Level 1",
|
||||||
"Web Notifications",
|
"Web Notifications",
|
||||||
"Vibration API"
|
"Vibration API",
|
||||||
|
"WebVR",
|
||||||
|
"WebUSB API",
|
||||||
|
"Web Speech API"
|
||||||
];
|
];
|
||||||
|
|
||||||
window.WEB_API_MANAGER.defaults.conservative = [
|
window.WEB_API_MANAGER.defaults.conservative = [
|
||||||
|
@ -36,7 +39,11 @@ window.WEB_API_MANAGER.defaults.conservative = [
|
||||||
"UI Events Specification",
|
"UI Events Specification",
|
||||||
"WebGL Specification",
|
"WebGL Specification",
|
||||||
"Web Audio API",
|
"Web Audio API",
|
||||||
"Scalable Vector Graphics (SVG) 1.1 (Second Edition)"
|
"Scalable Vector Graphics (SVG) 1.1 (Second Edition)",
|
||||||
|
"WebVR",
|
||||||
|
"WebVTT: The Web Video Text Tracks Format",
|
||||||
|
"WebUSB API",
|
||||||
|
"Web Speech API"
|
||||||
];
|
];
|
||||||
|
|
||||||
window.WEB_API_MANAGER.defaults.aggressive = window.WEB_API_MANAGER.defaults.conservative.concat([
|
window.WEB_API_MANAGER.defaults.aggressive = window.WEB_API_MANAGER.defaults.conservative.concat([
|
||||||
|
|
|
@ -13,4 +13,4 @@
|
||||||
"PushSubscription.prototype.unsubscribe",
|
"PushSubscription.prototype.unsubscribe",
|
||||||
"PushSubscription.prototype.toJSON"
|
"PushSubscription.prototype.toJSON"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"info": {
|
"info": {
|
||||||
"name": "Web Speech API Specification",
|
"name": "Web Speech API",
|
||||||
"subsection_number": null,
|
"subsection_number": null,
|
||||||
"subsection_name": null,
|
"subsection_name": null,
|
||||||
"url": "https://w3c.github.io/speech-api/webspeechapi.html"
|
"url": "https://w3c.github.io/speech-api/webspeechapi.html"
|
||||||
|
@ -18,4 +18,4 @@
|
||||||
"speechSynthesis.resume",
|
"speechSynthesis.resume",
|
||||||
"speechSynthesis.getVoices"
|
"speechSynthesis.getVoices"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,4 +23,4 @@
|
||||||
"USBDevice.prototype.isochronousTransferOut",
|
"USBDevice.prototype.isochronousTransferOut",
|
||||||
"USBDevice.prototype.reset"
|
"USBDevice.prototype.reset"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,4 +18,4 @@
|
||||||
"VRDisplay.prototype.submitFrame",
|
"VRDisplay.prototype.submitFrame",
|
||||||
"Navigator.prototype.getVRDisplays"
|
"Navigator.prototype.getVRDisplays"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue