Skip to content

0.2.1

Compare
Choose a tag to compare
@janantala janantala released this 24 Feb 12:35
· 23 commits to master since this release

Feauters

  • identify the polyfill usage
 var u = new window.SpeechSynthesisUtterancePolyfill('Hello World');
 u.isPolyfill; // true

 window.speechSynthesisPolyfill.isPolyfill; // true

Fixes

  • lint
    • rename speechSynthesisPolyfill into SpeechSynthesisPolyfill