[In this page](http://wiki.ecmascript.org/doku.php?id=harmony:typed_objects),
and in the latest meeting note too, I can read both uint8 and Uint8, as
example.

Same if for all other types included `boolean`, and `string`, where these
are historically `typeof variable` without meaning variable is `instanceof
String` or `Boolean`.

**The Question**
How is `new StructType({x:Uint32, y:Uint32})` supposes to understand the
type? `instanceof Uint32` or `typeof v === "uint32"` or ... both in case of
`boolean` and `string` ?

A bonus question would be: does anybody know when this stuff is planned to
go out? Not a single beta/alpha channel is exposing anything at all so far.

Thanks
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to