You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marks abstract member method as a JavaScript method. This is equivalent to the following:
@JSBody(params = ..., script = "return new this. methodName(...);")
It seems to me that this is not correct, but I only have basic Javascript knowledge. Looking at for example WebGLRenderingContext this annotation does not make the function create a new object.
The text was updated successfully, but these errors were encountered:
This text is included on the @JSBody Javadoc:
It seems to me that this is not correct, but I only have basic Javascript knowledge. Looking at for example WebGLRenderingContext this annotation does not make the function create a new object.
The text was updated successfully, but these errors were encountered: