[x] Bug fix (a non-breaking change which fixes an issue)
[ ] New feature (a non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Overview
Some extensions can send messages to iframes, this can cause the toolbar to report false-positive errors during its init process.
This Pull Request adds a buffer during the toolbar initialization process, displaying improved warning only if the toolbar did not init after a given timeout (500ms).
Status
✅ This PR is ready, awaiting review & QA.
Types of changes
Overview
Some extensions can send messages to iframes, this can cause the toolbar to report false-positive errors during its init process.
This Pull Request adds a buffer during the toolbar initialization process, displaying improved warning only if the toolbar did not init after a given timeout (500ms).
Fixes #60