I'm creating a canvas with GWT, and I have seen both solutions using Canvas.createIfSupported();
or new GWTCanvas();
Which one is the preferred, and why?
I'm creating a canvas with GWT, and I have seen both solutions using Canvas.createIfSupported();
or new GWTCanvas();
Which one is the preferred, and why?