gpu.js icon indicating copy to clipboard operation
gpu.js copied to clipboard

Docs should mention that custom functions must be named functions

Open JThobbyist opened this issue 5 years ago • 1 comments

So apparently custom functions throw an error if they are anonymous (including arrow functions too).

Therefore it should be mentioned in the docs that custom functions must be named functions, and will not work otherwise.

JThobbyist avatar Aug 12 '20 17:08 JThobbyist

Can confirm. ;)

davidrapan avatar Mar 27 '21 13:03 davidrapan