Clickdown demo

source - npmjs

Speeds up clicks by combining the speed of pointerdown and the features of click in a single "clickdown" event.

It attaches the onclickdown function to Element and HTMLElement prototypes, which means you can use it with getElementById, querySelector, and others.

Checkboxes


Links

Click Pointerdown Clickdown

Buttons


Details

Click

Hello world

Pointerdown

Hello world

Clickdown

Hello world

options

options.propagate

true

Click this box, link does not work
go to #is-prevented

false

Click this box, link works
go to #not-prevented

Console.log