Saturday, January 26, 2013

Deciding if browser supports typed arrays code

I see the following code in the compiled JS:

function isSupported_0(){

  isNull(compileTimeSupport) && (compileTimeSupport = new TypedArray$TypedArrayCompileTimeSupport_0);

  if (!$isSupported_0()) {

    return false;

  }

  return isSupportedRuntime_0();

}


However, i can't in the GWT source where this code is generated - could anyone help me with this?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment