-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Since Object.observe() has turned out to be a dead end I think the spec needs to be updated to use something else.
It's currently used by the TimingObject to observe the vector property of a TimingProvider. I would like to suggest to use an event on the TimingProvider instead to communicate vector updates. We could use the same change event that's already available on a TimingObject and add it to the TimingProvider interface, too. A TimingObject could then listen for this event instead of observing the vector property.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels