From cb1ebf9b0034748ac225b19536380028d930e724 Mon Sep 17 00:00:00 2001 From: Max Bogue Date: Wed, 28 Nov 2018 17:02:04 -0600 Subject: [PATCH] Update src/index.ts Co-Authored-By: Kerrick --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 57a0661..59879bc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -21,7 +21,7 @@ class Talker { /* * @property timeout - The number of milliseconds to wait before assuming no response will be received. */ - public timeout: number = 3000; + public timeoutMs: number = 3000; /** * @property onMessage - Will be called with every non-handshake, non-response message from the remote window