Opens a file blob in a new tab.
The blob representing the file content.
Time in milliseconds to revoke the file URL (default: 25000ms)
const blob = new Blob([data], { type: 'application/pdf' });openFileBlobInTab(blob); Copy
const blob = new Blob([data], { type: 'application/pdf' });openFileBlobInTab(blob);
Opens a file blob in a new tab.