InternalVoice
InternalVoice

Reputation: 51

Android Chrome SharedWorker issues

Android Chrome thows an exception at "new SharedWorker()". It prints that SharedWorker is undefined, but the same code perfectly works at desktop Chrome. Why?

Upvotes: 2

Views: 1659

Answers (1)

InternalVoice
InternalVoice

Reputation: 51

Now it's clear. SharedWorkers are not supported by Android Chrome: https://caniuse.com/#search=SharedWorker

Upvotes: 1

Related Questions