On 8/26/16, 1:27 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:

>Hi,
>
>
>I am currently working on my FlexJS Talks slides and as part of that I am
>discussing the History of ECMAScript. While digging up the changes in
>ECMAScript, I noticed that version 6 introduced typed arrays. It sounds
>to me as if this would be great to start working on AMF support in FlexJS.
>
>
>Think this could be a nice excercise for me during the autumn and winter
>months ;-)

AMF for JS has been discussed in the past.  We could definitely use a
volunteer to work on it.  One starting point might be [1] but not sure
about licensing and whether it actually works.

[1] 
http://www.jamesward.com/2010/07/07/amf-js-a-pure-javascript-amf-implementa
tion/

>
>
>Do we have the ability to provide functionality based on the capabilities
>of the browser?
>

I don't think we have any code that does that now.  ES6 would be a
different emitter and probably not switched at runtime.  I think folks
might serve different versions based on HTTP headers instead.

You could also find a way to add code that does browser detection and load
polyfills.  

HTH,
-Alex

Reply via email to