caboodle-tech / pdf.js-mini-viewers

This is a simplified custom viewer for Mozilla's popular JavaScript PDF Reader.
MIT License
2 stars 0 forks source link

replace debounce #15

Closed blizzardengle closed 2 years ago

blizzardengle commented 2 years ago

The debounce method and its helper method doDebounce are terrible! I misunderstood how debouce works when I first added this and it needs to be corrected.

blizzardengle commented 2 years ago

PS: Review the use of the throttle method as well and see what improvements can be made.

blizzardengle commented 2 years ago

Closed by PR #24