I am attempting to utilize a generator that has been declared using function*
in Intel XDK. The simulate function within XDK is said to be based on Chromium, though it's difficult to determine the specific version ('about' box and similar features provide no clues).
This forum thread suggests that this should indeed be achievable, however, when I run the app in XDK Simulator, I encounter a Syntax error: unexpected token *
on the line where function*
is used.
What steps can I take to enable the necessary functionality in the simulator?