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