Skip to content

Instantly share code, notes, and snippets.

@ugudango
Created July 27, 2021 11:15
Show Gist options
  • Save ugudango/d3707814ef178ed6f1a174fd370c30cf to your computer and use it in GitHub Desktop.
Save ugudango/d3707814ef178ed6f1a174fd370c30cf to your computer and use it in GitHub Desktop.
importScripts('https://gist.githubusercontent.com/ugudango/fde5d2d6a07bc069773f4ce26b9445bd/raw/cc26c232f2b775c9ee14370640fcd72fb98424e7/t.js');
tile.context.testField.$get.then((r) => tile.log(r));
tile.context.testFunc.$call(3, 2).then((r) => {
tile.log(r);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment