diff --git a/index.js b/index.js index 3a070f3..9fe13ce 100644 --- a/index.js +++ b/index.js @@ -118,7 +118,9 @@ function bootstrapContext(db, structureId, routeId, initContext) { }, }, vapidPublicKey: vapidPublicKey, - fetch: fetch + fetch: fetch, + clearTimeout: clearTimeout, + setTimeout: setTimeout }); for (let appDb of dbs) { let dbInstance = model.getDbInstance(appDb.id);