-
Philip Jägenstedt authored
This is targeting a mundane difference in `new SpeechSynthesisUtterance(undefined)` depending on whether the IDL definition of the construtor uses a single constructor with an optional argument, or two constructor overloads with zero and one argument respectively. Follows https://github.com/w3c/speech-api/pull/48.
Philip Jägenstedt authoredThis is targeting a mundane difference in `new SpeechSynthesisUtterance(undefined)` depending on whether the IDL definition of the construtor uses a single constructor with an optional argument, or two constructor overloads with zero and one argument respectively. Follows https://github.com/w3c/speech-api/pull/48.
Loading