Using the example code with some modification, it seems like the default context does not include setTimeout. Is this actually true? If so, how can I get the functionality into the context. I would prefer not to delegate back out but have the isolate and its own context have its own setTimeout and dispatch queue.
Using the example code with some modification, it seems like the default context does not include
setTimeout. Is this actually true? If so, how can I get the functionality into the context. I would prefer not to delegate back out but have the isolate and its own context have its own setTimeout and dispatch queue.