Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

192
Views
Call web worker based on timer in another function

I'm trying to use a web worker to call a function geoValidate in an inactive browser page based on a specific timer. My geoValidate function itself works fine when I call it manually (or shorten the timer to run when the page is still active), but I'm new and struggling conceptually with how to setup the web worker.

showPabeValidate.js

const date = Date().toString();
const currentDateParse = Date.parse(date);
const trigger = Date.parse(startTime) + (1000 * 60 * 15)// this is 15 mins after the event starts

setTimeout( geoValidate, (trigger - currentDateParse))

function geoValidate () { 
     // the code in here works fine
    }
 }

worker.js

addEventListener('message', geoValidate => {
    // not even sure where to start here
})

How could I tie these two functions together and trigger the geoValidate function based on the timer trigger - currentDateParse

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!