static String createObjectUrlFromBlob(Blob blob) => JS('String', '(self.URL || self.webkitURL).createObjectURL(#)', blob);