Can Javascript native methods be used in the openfl html5 target?
For example, if I compile from “openfl” to “html5”, can “openfl” use the native methods of “JavaScript”?
For example, I define a ‘Float’ in ‘openfl’,
Can I use the ‘toFixed’ method when compiling to ‘JavaScript’,
I know that “JavaScript” floating-point variables have a built-in “toFixed” method

