Skip to content

Instantly share code, notes, and snippets.

@happymishra
Last active March 14, 2020 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save happymishra/bbeb79955e49f1734ed347a9bf622cf3 to your computer and use it in GitHub Desktop.
Save happymishra/bbeb79955e49f1734ed347a9bf622cf3 to your computer and use it in GitHub Desktop.
var shareData = { files: filesArray };
if (navigator.canShare && navigator.canShare(shareData)) {
// Share the data.
} else {
console.log("Your system doesn't support sharing files.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment