I want to draw out one particular compatibility issue. The toString
method on TypedArrays is redefined here. In accordance with the ES2015
spec, and analogously to Arrays, the behavior is to return the array
elements joined by ",". This may break some tests which depend on
coercing a TypedArray to a String and getting a particular value.
Firefox has not yet made this change, and I don't know if any other
browser has changed this behavior. Let me know if you are aware of any
web compatibility risk.

Dan


On Wed, Jun 17, 2015 at 4:23 PM, Daniel Ehrenberg
<[email protected]> wrote:
> We intend to ship new functions and methods, added in ES2015, for
> Arrays and TypedArrays unflagged. These functions have been gradually
> in progress behind the --harmony_arrays flag, with the first functions
> added in Chrome 29. We intend to ship the new functions unflagged in
> Chrome 45. Firefox added these methods to TypedArrays and Arrays over
> the course of versions 25 to 38.
>
> The new TypedArray methods mostly mirror the Array methods, except
> with a type check that they are only called on TypedArrays and length
> read from an internal slot, rather than the "length" property. There
> are some remaining specification compliance issues [1] but we believe
> they do not affect web compatibility, and their later fixes will not
> be disruptive.
>
> Owners: [email protected]
>
> [1] https://code.google.com/p/v8/issues/detail?id=4193

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to