MDN Blob page says:
An easy way to construct a Blob is by using the BlobBuilder interface, which lets you iteratively append data to a blob, then retrieve the completed blob when you're ready to use it for something.
But BlobBuilder is not available on every browser where Blob is (Opera for example).
Are there any other ways of getting a Blob?