WebIDLpedia

SpeechSynthesisErrorEventInit dictionary

Definition

Web Speech API defines SpeechSynthesisErrorEventInit



dictionary SpeechSynthesisErrorEventInit : SpeechSynthesisEventInit {
    required SpeechSynthesisErrorCode error;
};

Referring IDL interfaces/dictionaries