Skip to content

Instantly share code, notes, and snippets.

@hadrysmateusz
Created January 3, 2020 01:39
Show Gist options
  • Save hadrysmateusz/2edb2c591bac543c06f914d79b161549 to your computer and use it in GitHub Desktop.
Save hadrysmateusz/2edb2c591bac543c06f914d79b161549 to your computer and use it in GitHub Desktop.
Markdium-Files in Client-Side JS: Ultimate Guide to Using Files in Web Applications
const file = new File([blob], "fileName", {type: blob.type})
const blob = new Blob([file], {type: file.type})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment