An error that is thrown when an operation causes too many nodes to be created.
Many FA operation have the potential to create a huge number of nodes (thousands and millions) which may result in
the JavaScript runtime running out of memory and/or crashing. This error will thrown before that happens to safely
abort an otherwise resource-intensive operation.
An error that is thrown when an operation causes too many nodes to be created.
Many FA operation have the potential to create a huge number of nodes (thousands and millions) which may result in the JavaScript runtime running out of memory and/or crashing. This error will thrown before that happens to safely abort an otherwise resource-intensive operation.