- From: navels <notifications@github.com>
- Date: Sat, 31 Jul 2021 19:52:46 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 1 August 2021 02:52:59 UTC
My use case: I have a personal Chrome extensions that, when clicked, queries DynamoDB for a list of URLs and then opens each URL in a new tab in turn (up to some limit of total open tabs). Into each tab is injected a content script that scans the page and most likely closes the tab. Tabs that are left open I visually inspect when I get around to it. This works great in Chrome Manifest Version 2, where I can make the extension's background script persistent and so run exactly as long as I need it to (until it has handled each URL). Sometimes this is less than 5 minutes, great. Otherwise, it's pretty annoying. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/issues/1566#issuecomment-890438368
Received on Sunday, 1 August 2021 02:52:59 UTC