[Webkit-unassigned] [Bug 88294] [FileAPI] Blob should support ArrayBufferView instead of ArrayBuffer for Constructor Parameters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 5 01:28:25 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88294





--- Comment #2 from Kentaro Hara <haraken at chromium.org>  2012-06-05 01:28:24 PST ---
(From update of attachment 145721)
View in context: https://bugs.webkit.org/attachment.cgi?id=145721&action=review

The implementation looks correct but I am not sure if the change is acceptable in terms of compatibility. I'll delegate the review to File API folks.

> LayoutTests/fast/files/script-tests/blob-constructor.js:70
> +var intArray = new Uint32Array(100);
> +var shortArray = new Uint16Array(100);
> +var byteArray = new Uint8Array(100);

Let's add test cases for Int8Array, Int16Array, Int32Array, Uint8ClampedArray, Float32Array and Float64Array.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list