Skip to content

removePolyfill function

Latest
Compare
Choose a tag to compare
@JamesBrill JamesBrill released this 08 Oct 11:20
· 5 commits to master since this release
6b28cf1

removePolyfill

If a polyfill was applied using applyPolyfill, reset the Speech Recognition engine to the native implementation. This can be useful when the user switches to a language that is supported by the native engine but not the polyfill engine.

SpeechRecognition.removePolyfill()

Inspired by #145