Find a way for robots/crawlers to not cause an error due to init fails
jankapunkt opened this issue · 2 comments
jankapunkt commented
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.
jankapunkt commented
A potential solution could be to run EasySpeech.init()
with a quiet
argument that causes a silent fail / won't throw errors.
jankapunkt commented