JSFiddle - React, Tailwind, and code Playground

by graphettion

JavaScript

/* {
  createdBy: 4060
  createdOn: "2020-10-07T16:21:28"
  downloadPath: "api/incident-cases/1/uploads/Notes06082020.docx"
  fileName: "Notes06082020.docx"
  firstName: "Konner"
  lastName: "James"
} */

let blob = new Blob([ { text: 'test' } ], { type: 'text/plain' });
let url = window.URL.createObjectURL(blob);

console.log(blob);
console.log('☕' + url)