[w3c/permissions] PermissionStatus's memory management is unclear (#170)

Since permission may change at any point, PermissionStatus should stay alive (at least in its current form) as long as it has any change event listeners.
That would follow the model WebSocket for example has.
https://html.spec.whatwg.org/#garbage-collection-3
This all to avoid exposing gc behavior to the web.

-- 
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/permissions/issues/170

Received on Wednesday, 14 February 2018 09:13:08 UTC