webext-dynamic-content-scripts
webext-dynamic-content-scripts copied to clipboard
Silence `Uncaught (in promise) Error: No tab with id: 182.`
trafficstars
It's possible that a new target is created and destroyed between the time it's detected and the the last file is injected. This shouldn't cause console noise because it's not a real error.
Also due to:
- https://github.com/fregante/content-scripts-register-polyfill/issues/62
Second part in: https://github.com/fregante/webext-content-scripts/commit/fc638bd29e28394d46c07103534a605339ddb80a
Last part missing:
- [x] Update
webext-content-scripts - [ ] https://github.com/fregante/webext-dynamic-content-scripts/issues/54
I'm waiting to do this because the polyfill had a major release I don't want to update it together with #41, which is also a major change here.