Files
ladybird/Libraries/LibWeb/Speech/SpeechGrammar.idl
2026-01-20 06:51:04 -05:00

9 lines
175 B
Plaintext

// https://wicg.github.io/speech-api/#speechgrammar
[Exposed=Window]
interface SpeechGrammar {
constructor();
attribute DOMString src;
attribute float weight;
};