leaonline/easy-speech

Find a way for robots/crawlers to not cause an error due to init fails

jankapunkt opened this issue · 2 comments

Robots/crawlers seem to not support web speech api and thus may raise errors. We need a solution to get around this, either via code or via documentation. User-specific implementation is favoured before inernals.

A potential solution could be to run EasySpeech.init() with a quiet argument that causes a silent fail / won't throw errors.