The signature for TypedArray changed and it no longer subclasses Array, so you should replace all instances where you were referring to your TypedArray data directly with this: yourTypedArray.source
That'll give you access to the underlying Array data structure. Please refer to: http://dima.github.com/restfulx_framework/org/restfulx/utils/TypedArray.html for details
Dima
> --
> You received this message because you are subscribed to the Google Groups "restfulx-framework" group.
> To post to this group, send email to restfulx-...@googlegroups.com.
> To unsubscribe from this group, send email to restfulx-framew...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/restfulx-framework?hl=en.
>