PolymerElements / iron-location

A Polymer element that manages binding to the page's URL.
22 stars 41 forks source link

Do not add history entries in the first 200ms. #40

Closed rictic closed 8 years ago

rictic commented 8 years ago

Fixes #38.

Also, it turns out that all of our supported browsers have window.performance.now() so we can just call it directly: http://caniuse.com/#feat=high-resolution-time

cdata commented 8 years ago

LGTM 👍