return value of sendmessage - javascript

Hi

is it possible to get the return value of sendmessage
unity.SendMessage(“MyObject”, “MyFunction”, “Hello from a web page!”);

I would like to get the return value of “MyFunction”

Have a look at these for example - you are not the first with that question:

[C#] Getting a return from SendMessage?

Make SendMessage return a value