Skip to content

Instantly share code, notes, and snippets.

@Kcko
Created April 14, 2021 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kcko/56716f0c1a11314a2b99f65dbbac354d to your computer and use it in GitHub Desktop.
Save Kcko/56716f0c1a11314a2b99f65dbbac354d to your computer and use it in GitHub Desktop.
const e = new Event('change')
const element = document.querySelector('#' + this.fakeFileId)
element.dispatchEvent(e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment