You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DefinitelyTyped definitions for this API have some differences that appear correct. SpeechSynthesisUtterance.onstart and other methods should have a SpeechSynthesisEvent as their event type, and not just Event. We already have a SpeechSynthesisEvent type defined in lib.dom.d.ts, but aren't using it everywhere we should.