Skip to content

Instantly share code, notes, and snippets.

@vlio20
Last active September 12, 2019 04:40
Show Gist options
  • Save vlio20/090dc84c64b7592e86c62338031d0085 to your computer and use it in GitHub Desktop.
Save vlio20/090dc84c64b7592e86c62338031d0085 to your computer and use it in GitHub Desktop.
debounce
class MapView {
@debounce(100);
onScroll(): void {
// some code
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment