Skip to content

Instantly share code, notes, and snippets.

@chnbohwr
Created May 11, 2018 05:25
Show Gist options
  • Save chnbohwr/ecfa11294e88b7a12010a112eb4be66d to your computer and use it in GitHub Desktop.
Save chnbohwr/ecfa11294e88b7a12010a112eb4be66d to your computer and use it in GitHub Desktop.
const mouseDownEvent = document.createEvent('MouseEvents');
mouseDownEvent.initEvent('mousedown', true, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment