diff --git a/api/classes/BlobReader.html b/api/classes/BlobReader.html index 67ddb52e..e6a85b40 100644 --- a/api/classes/BlobReader.html +++ b/api/classes/BlobReader.html @@ -1,16 +1,16 @@
Creates the Reader instance
The data to read.
-The ReadableStream
instance.
The total size of the data in bytes.
-Optional
initThe ReadableStream
instance.
The total size of the data in bytes.
+Optional
init
Represents a Reader instance used to read data provided as a
-Blob
instance.