Re: using BlobBuilder append method with generated binary data

On Tue, Dec 21, 2010 at 4:15 AM, Toni Ruottu <toni.ruottu@iki.fi> wrote:

> Could someone point out the exact location that mentions this way of using
> Uint8Array?
>

Mozilla's documentation about handling binary data with XMLHttpRequest[1]
shows use of Uint8Array.

[1]
https://developer.mozilla.org/En/XMLHttpRequest/Using_XMLHttpRequest#Receiving_binary_data_using_JavaScript_typed_arrays

Received on Monday, 20 December 2010 22:20:00 UTC