Re: [w3ctag/design-reviews] JavaScript WeakRefs (#321)

Thanks for all of this helpful feedback. This gives us a lot to update in the explainer, consider changing in the specification, and clarify with implementers before standardizing. I just want to correct one misunderstanding:

> as all the finalizers are run right after microtasks and right before the event loop.

Finalizers are run as a task, not in the microtask checkpoint. Did you see text in the proposal that suggested otherwise? See https://github.com/whatwg/html/pull/4571 for details.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/321#issuecomment-494588107

Received on Tuesday, 21 May 2019 22:53:04 UTC