Skip to content

Instantly share code, notes, and snippets.

@davecra
Created May 12, 2023 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davecra/567b7956c3ed263a686753dc779d1ce0 to your computer and use it in GitHub Desktop.
Save davecra/567b7956c3ed263a686753dc779d1ce0 to your computer and use it in GitHub Desktop.
inline4.js
const myObj = new MyClassToCallTheServer();
let someValue = await myObj.doSomegthingWithTheServerData();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment