Skip to content

Add support for events with DOMHighResTimeStamp #143

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

Merged
merged 2 commits into from
May 23, 2016

Conversation

foxyblocks
Copy link

closes #130

@kattrali
Copy link
Contributor

🎉 Thanks, @wordofchristian.

@kattrali kattrali merged commit dcd44e2 into master May 23, 2016
@kattrali kattrali deleted the highresolution-timestamp-support branch May 23, 2016 16:35
return a > b - d && a < b + d;
}

var testTimeStamp = (document.createEvent("CustomEvent")).timeStamp;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't this break compatibility for older browsers? (document.createEvent)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are correct. That's my fault. #146 should fix it though. How does that look to you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants