[Bug 25436] Handling of CryptoOperationData needs to be defined

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25436

--- Comment #1 from Ryan Sleevi <sleevi@google.com> ---
Bug 23728 addresses the exact point of snapshot creation, and thus resolves
point 2. It also defines how to normalize an ArrayBufferView into an
ArrayBuffer (necessary for the Snapshot Creation)

For point 1, the current spec makes use of the language "the contents of X",
where X is an ArrayBuffer object. I've updated the spec to clarify, within the
terminology section, that when the spec says "The contents of X", it means the
sequence of bytes obtained from the Data Block stored within the
[[ArrayBufferData]] internal slot of X, whose length in bytes is the value of
the [[ArrayBufferByteLength]] internal slot.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 12 May 2014 05:04:18 UTC