Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timers: enable timers to be used as primitives #19683

Closed
wants to merge 7 commits into from

Commits on Mar 29, 2018

  1. timers: enable timers to be used as primitives

    For web compatibility this allows timers to be stored as the key
    of an Object property and be passed back to corresponding method to
    clear the timer.
    bmeck committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    9ac2bd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6101d52 View commit details
    Browse the repository at this point in the history
  3. doc && fix bug

    bmeck committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    e32b969 View commit details
    Browse the repository at this point in the history
  4. nits

    bmeck committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    c4ec0e5 View commit details
    Browse the repository at this point in the history
  5. nits

    bmeck committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    d963047 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. only delete if put into cache

    bmeck committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    54b8894 View commit details
    Browse the repository at this point in the history
  2. linting

    bmeck committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    d7ae747 View commit details
    Browse the repository at this point in the history