w3c / IntersectionObserver

Intersection Observer

Home Page:https://www.w3.org/TR/intersection-observer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task source is not specified

domfarolino opened this issue · comments

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.