I am tring to use java.lang.String inside my javascript file. But this fails in IE.
Is there a workaround for IE.
This is what I'm trying to do.
var byteArray = (new java.lang.String("asdf")).getBytes();
I am tring to use java.lang.String inside my javascript file. But this fails in IE.
Is there a workaround for IE.
This is what I'm trying to do.
var byteArray = (new java.lang.String("asdf")).getBytes();