Skip to content

Commit 57b7550

Browse files
Bump @webref/idl from 3.65.0 to 3.65.1 (#2493)
1 parent e98ef8e commit 57b7550

File tree

3 files changed

+5
-31
lines changed

3 files changed

+5
-31
lines changed

custom/idl/speech-api.idl

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,3 @@ partial interface SpeechRecognitionEvent {
22
readonly attribute USVString emma;
33
readonly attribute DOMString interpretation;
44
};
5-
6-
// https://github.com/WebAudio/web-speech-api/pull/117
7-
8-
partial interface SpeechRecognition {
9-
attribute SpeechGrammarList grammars;
10-
};
11-
12-
// The object representing a speech grammar
13-
[Exposed=Window]
14-
interface SpeechGrammar {
15-
constructor();
16-
attribute DOMString src;
17-
attribute float weight;
18-
};
19-
20-
// The object representing a speech grammar collection
21-
[Exposed=Window]
22-
interface SpeechGrammarList {
23-
constructor();
24-
readonly attribute unsigned long length;
25-
getter SpeechGrammar item(unsigned long index);
26-
undefined addFromURI(DOMString src,
27-
optional float weight = 1.0);
28-
undefined addFromString(DOMString string,
29-
optional float weight = 1.0);
30-
};

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"@types/yargs": "^17.0.33",
100100
"@webref/css": "6.23.1",
101101
"@webref/elements": "^2.4.0",
102-
"@webref/idl": "3.65.0",
102+
"@webref/idl": "3.65.1",
103103
"c8": "10.1.3",
104104
"chai": "4.5.0",
105105
"chai-as-promised": "8.0.1",

0 commit comments

Comments
 (0)