Re: [whatwg/dom] Should DOM provide guidance on garbage collection of EventTarget instances? (#1003)

Note that it's not clear implementations actually do this for `WebSocket` et al. They might just keep the object alive for the duration of the connection instead (or lifetime of the document, whichever is shorter). So this might not end up depending so much on `EventTarget`, but rather upon document lifetime and whatever I/O the object is responsible for.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1003#issuecomment-891974258

Received on Tuesday, 3 August 2021 16:09:16 UTC