📄️ client.execute
Run client-side JS code in the client.
📄️ client.fetch
Make a fetch request from the client.
📄️ client.get
Get the value of a key that was set using client.set.
📄️ client.return
Return a value to the client so that it can use it.
📄️ client.set
Save a value on the client. In a normal web browser, this would translate into a cookie, or a localStorage/sessionStorage item.