subscribe-ui-event
Advanced tools
Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "subscribe-ui-event", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "A single, throttle built-in solution to subscribe to browser UI Events.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,7 +18,7 @@ # subscribe-ui-event | ||
For 10 `addEventListener`, the difference of memory consumption between peak and bottom is about 4.1K. | ||
For 10 `addEventListener`, the difference of memory consumption between peak and trough is about 4.1K. | ||
![addEventListener](https://cloud.githubusercontent.com/assets/2044960/9611614/778bc452-5095-11e5-80d9-be9379df9956.png) | ||
For 10 `subscribe`, the difference of memory consumption between peak and bottom is about 4.1K. | ||
For 10 `subscribe`, the difference of memory consumption between peak and trough is about 1.0K. | ||
@@ -25,0 +25,0 @@ ![subscribe](https://cloud.githubusercontent.com/assets/2044960/9611619/7c293652-5095-11e5-8d27-29a0d2d167cc.png) |