← Back to release summary
Allows you to construct Blobs directly (var blob = new Blob(["1234"], {type: 'text/plain'})). Blob() constructor also can take ArrayBufferView directly rather than constructing a blob with ArrayBuffer.
Docs: https://developer.mozilla.org/en-US/docs/Web/API/Blob
View on chromestatus.com