dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.24k stars 1.57k forks source link

SpeechGrammarList is not defined #37670

Open dennougorilla opened 5 years ago

dennougorilla commented 5 years ago

dart:html Dart VM version: 2.3.1 (Tue May 21 19:28:38 2019 +0200) on "windows_x64"

I try speech color changer example for SpeechRecognition(https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition#Examples) on Dart.

But SpeechGrammarList is not defined on my chrome console and DartPad. https://dartpad.dartlang.org/a31644d6deb02d49be10f618a40bd6cb

vsmenon commented 5 years ago

fyi - @terrylucas - looks like webkitSpeechGrammarList under the hood in Chrome.