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

This has also come up when implementing interfaces like `SerialPort`, `HIDDevice` and `BluetoothRemoteGattCharacteristic`. Basically any time there is an `EventTarget` which is not a DOM element and so isn't referenced by the document but can still fire events at some later time even if all references from script have been dropped.

-- 
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-891949848

Received on Tuesday, 3 August 2021 15:37:59 UTC