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
When serialising and object that produces more than 65534 names the output produces a function with more than 65534 parameters, which is in produces a syntax error when evaluated in chrome:
SyntaxError: Too many parameters in function definition (only 65534 allowed))