Blob class

Annotated by:
  • DomName('Blob')
Implementors

Constructors

Blob ( List blobParts, [String type, String endings] )

Instance Properties

size int
read-only
type String
read-only

Instance Methods

close ( ) → void
slice ( [int start, int end, String contentType] ) → Blob