Hi,
I'm wrapping some native javascript code which calls:
var x = new DOMParser();
This call results in an exception being thrown, stating that DOMParser
cannot be found. I'm testing it like:
private native void test() /*-{
var x = new DOMParser();
}-*/;
I don't know much about javascript, does DOMParser require a specific
include to resolve itself?
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---