Skip to content

Instantly share code, notes, and snippets.

@sjmulder
sjmulder / VroomJsTimeout.cs
Created April 18, 2017 09:03
Sample of how referencing setTimeout in a VroomJs context causes an error
/* Sample of how referencing setTimeout in a VroomJs context causes an
error.
Tested with NuGet package VroomJs 1.2.3 */
using VroomJs;
class Program
{
static void Main(string[] args)