chrome.tts.pause and chrome.tts.resume don't have helpful error messages when not implemented |
|
Issue descriptionoptional here: https://developer.chrome.com/extensions/ttsEngine#event-onPause tts api here: https://developer.chrome.com/extensions/tts#method-pause The extension api docs does make it sound like this is optional. we can likely made it a better experience by detecting whether the engine adds the |onPause| listener and print a helpful message for a caller |
|
►
Sign in to add a comment |
|