Skip to content

Instantly share code, notes, and snippets.

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 hbulens/281edeff39e991f05b286f552bb831be to your computer and use it in GitHub Desktop.
Save hbulens/281edeff39e991f05b286f552bb831be to your computer and use it in GitHub Desktop.
self.onmessage = function (e)
{
// Get existing appointments
& assignments
var param1 = e.data.parameter1;
var param2 = e.data.parameter2;
var myCustomParameters = {
myOtherCustomParam1: param1 ,
myOtherCustomParam2: param2
};
self.postMessage(myCustomParameters );
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment