-
Notifications
You must be signed in to change notification settings - Fork 515
Closed
Description
In Queue an Intersection Observer task, we queue a task to the document's event loop, however to queue a task you must also specify a task source, which we do not.
Chromium seems to use a special task source specific to Intersection Observer for this, which I think is probably the most extensible solution. So the spec should probably define this task source and use it appropriately.
Metadata
Metadata
Assignees
Labels
No labels