webext-dynamic-content-scripts icon indicating copy to clipboard operation
webext-dynamic-content-scripts copied to clipboard

Silence `Uncaught (in promise) Error: No tab with id: 182.`

Open fregante opened this issue 3 years ago • 1 comments
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.

fregante avatar Feb 07 '22 12:02 fregante

Also due to:

  • https://github.com/fregante/content-scripts-register-polyfill/issues/62

fregante avatar Jun 16 '22 14:06 fregante

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.

fregante avatar Jan 08 '23 19:01 fregante