I read in many places that Safari has WebKitBlobBuilder implementation (for instance, here: http://www.html5rocks.com/en/tutorials/file/xhr2/).
I try the following in a Safari browser I just downloaded both on Mac and Windows, and Safari gives me undefined:
alert(window.WebKitBlobBuilder);
Here you can see it for yourself (open it from a Safari browser):
http://jsbin.com/anifak/30/edit
Any ideas?