Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3B31B200BD2 for ; Sat, 19 Nov 2016 01:43:48 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 39D2A160B04; Sat, 19 Nov 2016 00:43:48 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DF411160B1C for ; Sat, 19 Nov 2016 01:43:45 +0100 (CET) Received: (qmail 27257 invoked by uid 500); 19 Nov 2016 00:43:45 -0000 Mailing-List: contact commits-help@guacamole.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@guacamole.incubator.apache.org Delivered-To: mailing list commits@guacamole.incubator.apache.org Received: (qmail 27248 invoked by uid 99); 19 Nov 2016 00:43:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Nov 2016 00:43:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 748B8185F3D for ; Sat, 19 Nov 2016 00:43:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.319 X-Spam-Level: X-Spam-Status: No, score=-2.319 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_LINEPADDING=1.2, MANY_SPAN_IN_TEXT=2.699, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id hAkudYN2-RBa for ; Sat, 19 Nov 2016 00:43:32 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 1416360E5F for ; Sat, 19 Nov 2016 00:43:13 +0000 (UTC) Received: (qmail 25131 invoked by uid 99); 19 Nov 2016 00:43:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Nov 2016 00:43:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4BC27F17AA; Sat, 19 Nov 2016 00:43:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jmuehlner@apache.org To: commits@guacamole.incubator.apache.org Date: Sat, 19 Nov 2016 00:43:57 -0000 Message-Id: <00a15745b11f459f94297638e4e803dc@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [47/52] [abbrv] [partial] incubator-guacamole-website git commit: Add 0.9.10-incubating documentation. archived-at: Sat, 19 Nov 2016 00:43:48 -0000 http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/5d2c3c74/doc/0.9.10-incubating/guacamole-common-js/Guacamole.AudioContextFactory.html ---------------------------------------------------------------------- diff --git a/doc/0.9.10-incubating/guacamole-common-js/Guacamole.AudioContextFactory.html b/doc/0.9.10-incubating/guacamole-common-js/Guacamole.AudioContextFactory.html new file mode 100644 index 0000000..f56d4e8 --- /dev/null +++ b/doc/0.9.10-incubating/guacamole-common-js/Guacamole.AudioContextFactory.html @@ -0,0 +1,325 @@ + + + + + JSDoc: Namespace: AudioContextFactory + + + + + + + + + + +
+ +

Namespace: AudioContextFactory

+ + + + + + +
+ +
+ +

+ Guacamole.AudioContextFactory

+ + +
+ +
+
+ + +
Maintains a singleton instance of the Web Audio API AudioContext class, +instantiating the AudioContext only in response to the first call to +getAudioContext(), and only if no existing AudioContext instance has been +provided via the singleton property. Subsequent calls to getAudioContext() +will return the same instance.
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + +
+ + + + + + + + + + + + +

Members

+ + + +

(static) singleton :AudioContext

+ + + + +
+ A singleton instance of a Web Audio API AudioContext object, or null if +no instance has yes been created. This property may be manually set if +you wish to supply your own AudioContext instance, but care must be +taken to do so as early as possible. Assignments to this property will +not retroactively affect the value returned by previous calls to +getAudioContext(). +
+ + + +
Type:
+
    +
  • + +AudioContext + + +
  • +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + +

Methods

+ + + + + + +

(static) getAudioContext() → {AudioContext}

+ + + + + +
+ Returns a singleton instance of a Web Audio API AudioContext object. +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + +
Returns:
+ + +
+ A singleton instance of a Web Audio API AudioContext object, or null + if the Web Audio API is not supported. +
+ + + +
+
+ Type +
+
+ +AudioContext + + +
+
+ + + + + + + + + + + +
+ +
+ + + + +
+ + + +
+ +
+ Documentation generated by JSDoc 3.4.0 on Mon Oct 31 2016 20:22:21 GMT-0700 (PDT) +
+ + + + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/5d2c3c74/doc/0.9.10-incubating/guacamole-common-js/Guacamole.AudioPlayer.html ---------------------------------------------------------------------- diff --git a/doc/0.9.10-incubating/guacamole-common-js/Guacamole.AudioPlayer.html b/doc/0.9.10-incubating/guacamole-common-js/Guacamole.AudioPlayer.html new file mode 100644 index 0000000..2634d8f --- /dev/null +++ b/doc/0.9.10-incubating/guacamole-common-js/Guacamole.AudioPlayer.html @@ -0,0 +1,702 @@ + + + + + JSDoc: Class: AudioPlayer + + + + + + + + + + +
+ +

Class: AudioPlayer

+ + + + + + +
+ +
+ +

+ Guacamole.AudioPlayer

+ + +
+ +
+
+ + + + + +

new AudioPlayer()

+ + + + + +
+ Abstract audio player which accepts, queues and plays back arbitrary audio +data. It is up to implementations of this class to provide some means of +handling a provided Guacamole.InputStream. Data received along the provided +stream is to be played back immediately. +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +

Methods

+ + + + + + +

(static) getInstance(stream, mimetype) → {Guacamole.AudioPlayer}

+ + + + + +
+ Returns an instance of Guacamole.AudioPlayer providing support for the given +audio format. If support for the given audio format is not available, null +is returned. +
+ + + + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
stream + + +Guacamole.InputStream + + + + The Guacamole.InputStream to read audio data from.
mimetype + + +String + + + + The mimetype of the audio data in the provided stream.
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + +
Returns:
+ + +
+ A Guacamole.AudioPlayer instance supporting the given mimetype and + reading from the given stream, or null if support for the given mimetype + is absent. +
+ + + +
+
+ Type +
+
+ +Guacamole.AudioPlayer + + +
+
+ + + + + + + + + + +

(static) getSupportedTypes() → {Array.<String>}

+ + + + + +
+ Returns a list of all mimetypes supported by any built-in +Guacamole.AudioPlayer, in rough order of priority. Beware that only the core +mimetypes themselves will be listed. Any mimetype parameters, even required +ones, will not be included in the list. For example, "audio/L8" is a +supported raw audio mimetype that is supported, but it is invalid without +additional parameters. Something like "audio/L8;rate=44100" would be valid, +however (see https://tools.ietf.org/html/rfc4856). +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + +
Returns:
+ + +
+ A list of all mimetypes supported by any built-in Guacamole.AudioPlayer, + excluding any parameters. +
+ + + +
+
+ Type +
+
+ +Array.<String> + + +
+
+ + + + + + + + + + +

(static) isSupportedType(mimetype) → {Boolean}

+ + + + + +
+ Determines whether the given mimetype is supported by any built-in +implementation of Guacamole.AudioPlayer, and thus will be properly handled +by Guacamole.AudioPlayer.getInstance(). +
+ + + + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
mimetype + + +String + + + + The mimetype to check.
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + +
Returns:
+ + +
+ true if the given mimetype is supported by any built-in + Guacamole.AudioPlayer, false otherwise. +
+ + + +
+
+ Type +
+
+ +Boolean + + +
+
+ + + + + + + + + + +

sync()

+ + + + + +
+ Notifies this Guacamole.AudioPlayer that all audio up to the current +point in time has been given via the underlying stream, and that any +difference in time between queued audio data and the current time can be +considered latency. +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + + +
+ +
+ Documentation generated by JSDoc 3.4.0 on Mon Oct 31 2016 20:22:21 GMT-0700 (PDT) +
+ + + + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/5d2c3c74/doc/0.9.10-incubating/guacamole-common-js/Guacamole.AudioRecorder.html ---------------------------------------------------------------------- diff --git a/doc/0.9.10-incubating/guacamole-common-js/Guacamole.AudioRecorder.html b/doc/0.9.10-incubating/guacamole-common-js/Guacamole.AudioRecorder.html new file mode 100644 index 0000000..5662fbd --- /dev/null +++ b/doc/0.9.10-incubating/guacamole-common-js/Guacamole.AudioRecorder.html @@ -0,0 +1,792 @@ + + + + + JSDoc: Class: AudioRecorder + + + + + + + + + + +
+ +

Class: AudioRecorder

+ + + + + + +
+ +
+ +

+ Guacamole.AudioRecorder

+ + +
+ +
+
+ + + + + +

new AudioRecorder()

+ + + + + +
+ Abstract audio recorder which streams arbitrary audio data to an underlying +Guacamole.OutputStream. It is up to implementations of this class to provide +some means of handling this Guacamole.OutputStream. Data produced by the +recorder is to be sent along the provided stream immediately. +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +

Methods

+ + + + + + +

(static) getInstance(stream, mimetype) → {Guacamole.AudioRecorder}

+ + + + + +
+ Returns an instance of Guacamole.AudioRecorder providing support for the +given audio format. If support for the given audio format is not available, +null is returned. +
+ + + + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
stream + + +Guacamole.OutputStream + + + + The Guacamole.OutputStream to send audio data through.
mimetype + + +String + + + + The mimetype of the audio data to be sent along the provided stream.
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + +
Returns:
+ + +
+ A Guacamole.AudioRecorder instance supporting the given mimetype and + writing to the given stream, or null if support for the given mimetype + is absent. +
+ + + +
+
+ Type +
+
+ +Guacamole.AudioRecorder + + +
+
+ + + + + + + + + + +

(static) getSupportedTypes() → {Array.<String>}

+ + + + + +
+ Returns a list of all mimetypes supported by any built-in +Guacamole.AudioRecorder, in rough order of priority. Beware that only the +core mimetypes themselves will be listed. Any mimetype parameters, even +required ones, will not be included in the list. For example, "audio/L8" is +a supported raw audio mimetype that is supported, but it is invalid without +additional parameters. Something like "audio/L8;rate=44100" would be valid, +however (see https://tools.ietf.org/html/rfc4856). +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + +
Returns:
+ + +
+ A list of all mimetypes supported by any built-in + Guacamole.AudioRecorder, excluding any parameters. +
+ + + +
+
+ Type +
+
+ +Array.<String> + + +
+
+ + + + + + + + + + +

(static) isSupportedType(mimetype) → {Boolean}

+ + + + + +
+ Determines whether the given mimetype is supported by any built-in +implementation of Guacamole.AudioRecorder, and thus will be properly handled +by Guacamole.AudioRecorder.getInstance(). +
+ + + + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
mimetype + + +String + + + + The mimetype to check.
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + +
Returns:
+ + +
+ true if the given mimetype is supported by any built-in + Guacamole.AudioRecorder, false otherwise. +
+ + + +
+
+ Type +
+
+ +Boolean + + +
+
+ + + + + + + + + + + +

Events

+ + + + + + +

onclose

+ + + + + +
+ Callback which is invoked when the audio recording process has stopped +and the underlying Guacamole stream has been closed normally. Audio will +only resume recording if a new Guacamole.AudioRecorder is started. This +Guacamole.AudioRecorder instance MAY NOT be reused. +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +

onerror

+ + + + + +
+ Callback which is invoked when the audio recording process cannot +continue due to an error, if it has started at all. The underlying +Guacamole stream is automatically closed. Future attempts to record +audio should not be made, and this Guacamole.AudioRecorder instance +MAY NOT be reused. +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + + +
+ +
+ Documentation generated by JSDoc 3.4.0 on Mon Oct 31 2016 20:22:21 GMT-0700 (PDT) +
+ + + + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/5d2c3c74/doc/0.9.10-incubating/guacamole-common-js/Guacamole.BlobReader.html ---------------------------------------------------------------------- diff --git a/doc/0.9.10-incubating/guacamole-common-js/Guacamole.BlobReader.html b/doc/0.9.10-incubating/guacamole-common-js/Guacamole.BlobReader.html new file mode 100644 index 0000000..73e482f --- /dev/null +++ b/doc/0.9.10-incubating/guacamole-common-js/Guacamole.BlobReader.html @@ -0,0 +1,668 @@ + + + + + JSDoc: Class: BlobReader + + + + + + + + + + +
+ +

Class: BlobReader

+ + + + + + +
+ +
+ +

+ Guacamole.BlobReader

+ + +
+ +
+
+ + + + + +

new BlobReader(stream, mimetype)

+ + + + + +
+ A reader which automatically handles the given input stream, assembling all +received blobs into a single blob by appending them to each other in order. +Note that this object will overwrite any installed event handlers on the +given Guacamole.InputStream. +
+ + + + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
stream + + +Guacamole.InputStream + + + + The stream that data will be read + from.
mimetype + + +String + + + + The mimetype of the blob being built.
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +

Methods

+ + + + + + +

getBlob() → {Blob}

+ + + + + +
+ Returns the contents of this Guacamole.BlobReader as a Blob. +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + +
Returns:
+ + +
+ The contents of this Guacamole.BlobReader. +
+ + + +
+
+ Type +
+
+ +Blob + + +
+
+ + + + + + + + + + +

getLength() → {Number}

+ + + + + +
+ Returns the current length of this Guacamole.InputStream, in bytes. +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + +
Returns:
+ + +
+ The current length of this Guacamole.InputStream. +
+ + + +
+
+ Type +
+
+ +Number + + +
+
+ + + + + + + + + + + +

Events

+ + + + + + +

onend

+ + + + + +
+ Fired once this stream is finished and no further data will be written. +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +

onprogress

+ + + + + +
+ Fired once for every blob of data received. +
+ + + + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
length + + +Number + + + + The number of bytes received.
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + + +
+ +
+ Documentation generated by JSDoc 3.4.0 on Mon Oct 31 2016 20:22:21 GMT-0700 (PDT) +
+ + + + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/5d2c3c74/doc/0.9.10-incubating/guacamole-common-js/Guacamole.BlobWriter.html ---------------------------------------------------------------------- diff --git a/doc/0.9.10-incubating/guacamole-common-js/Guacamole.BlobWriter.html b/doc/0.9.10-incubating/guacamole-common-js/Guacamole.BlobWriter.html new file mode 100644 index 0000000..65906f6 --- /dev/null +++ b/doc/0.9.10-incubating/guacamole-common-js/Guacamole.BlobWriter.html @@ -0,0 +1,1033 @@ + + + + + JSDoc: Class: BlobWriter + + + + + + + + + + +
+ +

Class: BlobWriter

+ + + + + + +
+ +
+ +

+ Guacamole.BlobWriter

+ + +
+ +
+
+ + + + + +

new BlobWriter(stream)

+ + + + + +
+ A writer which automatically writes to the given output stream with the +contents of provided Blob objects. +
+ + + + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
stream + + +Guacamole.OutputStream + + + + The stream that data will be written to.
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +

Methods

+ + + + + + +

sendBlob(blob)

+ + + + + +
+ Sends the contents of the given blob over the underlying stream. +
+ + + + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
blob + + +Blob + + + + The blob to send.
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +

sendEnd()

+ + + + + +
+ Signals that no further text will be sent, effectively closing the +stream. +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +

Events

+ + + + + + +

onack

+ + + + + +
+ Fired for received data, if acknowledged by the server. +
+ + + + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
status + + +Guacamole.Status + + + + The status of the operation.
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +

oncomplete

+ + + + + +
+ Fired when a blob passed to +sendBlob() has finished being +sent. +
+ + + + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
blob + + +Blob + + + + The blob that was sent.
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +

onerror

+ + + + + +
+ Fired when an error occurs reading a blob passed to +sendBlob(). The transfer for the +the given blob will cease, but the stream will remain open. +
+ + + + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
blob + + +Blob + + + + The blob that was being read when the error occurred.
offset + + +Number + + + + The offset of the failed read attempt within the blob, in bytes.
error + + +DOMError + + + + The error that occurred.
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +

onprogress

+ + + + + +
+ Fired for each successfully-read chunk of data as a blob is being sent +via sendBlob(). +
+ + + + + + + + + +
Parameters:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
blob + + +Blob + + + + The blob that is being read.
offset + + +Number + + + + The offset of the read that just succeeded.
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + + +
+ +
+ Documentation generated by JSDoc 3.4.0 on Mon Oct 31 2016 20:22:21 GMT-0700 (PDT) +
+ + + + + \ No newline at end of file