This repository was archived by the owner on Jan 25, 2022. It is now read-only.
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
HTML job queue integration #61
Open
Description
If WeakRef finalizers should only be implicitly run after the PromiseJob queue is flushed, this property should encoded in HTML's job queue, which is different from JavaScript's, see tc39/ecma262#735 . Otherwise, if they are another kind of microtask queue item interspersed with Promise reactions, make sure it's either in the PromiseJob queue (which HTML requires) or that HTML has the appropriate adjustments to handle some other queue.