| Index: lib/html/doc/interface/SpeechInputEvent.dart
|
| diff --git a/lib/html/doc/interface/SpeechInputEvent.dart b/lib/html/doc/interface/SpeechInputEvent.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..caaae93074c4704c1ab57c425424aed0d24afa27
|
| --- /dev/null
|
| +++ b/lib/html/doc/interface/SpeechInputEvent.dart
|
| @@ -0,0 +1,12 @@
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| +// WARNING: Do not edit - generated code.
|
| +
|
| +/// @domName SpeechInputEvent
|
| +interface SpeechInputEvent extends Event {
|
| +
|
| + /** @domName SpeechInputEvent.results */
|
| + final SpeechInputResultList results;
|
| +}
|
|
|