| OLD | NEW |
| (Empty) |
| 1 # speech not enabled crbug.com/487255 | |
| 2 interface SpeechSynthesisEvent # speech not enabled | |
| 3 interface SpeechSynthesisUtterance | |
| 4 interface webkitSpeechGrammar | |
| 5 interface webkitSpeechGrammarList | |
| 6 interface webkitSpeechRecognition | |
| 7 interface webkitSpeechRecognitionError | |
| 8 interface webkitSpeechRecognitionEvent | |
| 9 | |
| 10 # permissions api not enabled in webview crbug.com/490120 | |
| 11 interface PermissionStatus | |
| 12 interface Permissions | |
| 13 | |
| 14 # notifications api not enabled in webview crbug.com/434712 | |
| 15 interface Notification | |
| 16 | |
| 17 # not yet supported in webview. | |
| 18 interface SharedWorker | |
| 19 | |
| 20 # push API not supported in webview | |
| 21 interface PushManager | |
| 22 interface PushSubscription | |
| 23 | |
| 24 # presentation api not supported in webview crbug.com/521319 | |
| 25 interface Presentation | |
| 26 interface PresentationAvailability | |
| 27 interface PresentationRequest | |
| 28 interface PresentationSession | |
| 29 interface PresentationSessionConnectEvent | |
| 30 | |
| 31 # TODO(timvolodine): check screen orientation lock api | |
| 32 # TODO(timvolodine): check notifications in service workers | |
| 33 # TODO(timvolodine): add File System API | |
| OLD | NEW |