https://www.w3.org/Bugs/Public/show_bug.cgi?id=16732
Summary: Use ArrayBufferView instead of ArrayBuffer in Blob
constructor
Product: WebAppsWG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: File API
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected]
XHR.send() was changed to use ArrayBufferView instead of ArrayBuffer because if
you have a sliced view you may want to send that (or here create a blob), but
.buffer represents the whole data, not just the sliced view.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.