/// <summary> /// /// </summary> /// <param name="parts">An Array of data objects to put into the new Blob object. This can be any number of ArrayBuffer, ArrayBufferView (typed array), Blob, or strings, in any order.</param> /// <param name="properties">A BlobPropertyBag object that provides the properties for the new Blob object.</param> public Blob(Any <ArrayBuffer, ArrayBufferView, Blob, string>[] parts, BlobPropertyBag properties) { }
/// <summary> /// /// </summary> /// <param name="parts">An Array of data objects to put into the new Blob object. This can be any number of ArrayBuffer, ArrayBufferView (typed array), Blob, or strings, in any order.</param> /// <param name="properties">A BlobPropertyBag object that provides the properties for the new Blob object.</param> public Blob(Any<ArrayBuffer, ArrayBufferView, Blob, string>[] parts, BlobPropertyBag properties) { }