You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As for reproducing, can use a simple example defined here.
When creating CreateWebWorkerMLCEngine instance, loglevel is being executed in webworker and fails due to having references to window object. Here is one example of failure.
In earlier versions web workers were working fine, I was running 0.2.36 with no problems.
The text was updated successfully, but these errors were encountered:
@jauniusmentimeter I'm running the get-started-web-worker example and it didn't seem to fail or complain. Could you provide a minimal simple sample code with error output screenshot to help me understand the issue?
From the code samples you referenced here, I see the package is checking whether window is defined properly so it shouldn't crash anything if I understand the code correctly.
As for reproducing, can use a simple example defined here.
When creating
CreateWebWorkerMLCEngine
instance,loglevel
is being executed in webworker and fails due to having references towindow
object. Here is one example of failure.In earlier versions web workers were working fine, I was running
0.2.36
with no problems.The text was updated successfully, but these errors were encountered: