sy1vain
Results
2
issues of
sy1vain
When `startListening` is called after `stopListening` it will throw an error: `cancel is not defined` https://github.com/Kaljurand/dictate.js/blob/7dacc0321ed0911d25592919efeeb260d802a293/lib/dictate.js#L120 should probably be changed into `this.cancel()`
On AVR it would not set is_attached to false, potentially enabling it on disable call.