cosovo
    Preparing search index...

    Function toBlobURL

    • Creates a blob URL from the given text.

      Parameters

      • text: string

        The text to create a blob URL from.

      • options: { withNodeWorkaround?: boolean } = {}

        Options.

      Returns BlobURL

      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.