Opens a file blob in a new tab.
The blob representing the file content.
Optional
The time in milliseconds to revoke the file URL (default is 25000ms).
If the blob parameter is not provided.
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.