Skip to content

Commit bc6cce6

Browse files
committed
chore: drop irrelevant comment
1 parent bc9c026 commit bc6cce6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/browser/sources/service-worker-source.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,6 @@ export class ServiceWorkerSource extends NetworkSource<ServiceWorkerHttpNetworkF
183183
const closedPromise = new DeferredPromise<void>()
184184
this.#channel.once('CLIENT_CLOSED', () => closedPromise.resolve())
185185

186-
/**
187-
* @note Tell the Service Worker to drop this client from its active set
188-
* so it stops forwarding REQUEST events here. `stoppedAt` still guards
189-
* any requests the SW already forwarded before this message arrived.
190-
*/
191186
this.#channel.postMessage('CLIENT_CLOSE')
192187
await closedPromise
193188

0 commit comments

Comments
 (0)