The text to create a blob URL from.
Options.
OptionalwithNodeWorkaround?: booleanWhether to add an extra space at the end of the text to work around the Node.js bug (https://github.com/nodejs/node/issues/60382). Defaults to false.
An object containing the blob URL, the size of the file in bytes (without the extra space,
if withNodeWorkaround is true), and a function to revoke the URL.
Creates a blob URL from the given text.