Scripts offer the ability to optimistically try to execute a script without having to send the
entire script to the server. If the script is loaded on the server, it tries again by sending
the entire script. Afterwards, the script is cached on the server.
Creates a new script.
Scripts offer the ability to optimistically try to execute a script without having to send the entire script to the server. If the script is loaded on the server, it tries again by sending the entire script. Afterwards, the script is cached on the server.
Example