Skip to content

Replace usage of Object.observe() #32

Description

@chrisguttandin

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions