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
getContext`2d` is equivalent to getContext("2d") and costs 2 bytes less.
Also works with webgl of course. The syntax should be supported when detecting context creation.
getContext`2d`
is equivalent togetContext("2d")
and costs 2 bytes less.Also works with
webgl
of course. The syntax should be supported when detecting context creation.Example of use : JS2017 intro
The text was updated successfully, but these errors were encountered: