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

157
Views
Can't find variable BroadcastChannel in IOS chrome

I encountered a problem when using BroadcastChannel in production env seems one of users' browser doesn't support it, so it breaks the code, although I checked it beforehand it doesn't work, and it will pass the condition?

 
  const setBroadcastChannel = () => {
    if (! "BroadcastChannel" in window ) return;
    const bc = new BroadcastChannel(...);
    ...
  }

Apparently, There is another way to install this package but curious if there is a better way to not install a 3rd party package since these users are very few.

Any idea will be appreciated.

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!