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
It should be possible to use ulog in (service) workers. And it should be possible to control the logging config of the workers. That last thing is a bit tricky as workers don't have access to localStorage for example.
We need to implement a publish / subscribe messaging system using postMessage so the ulog in the worker can get it's config from the ulog running on the main thread
The text was updated successfully, but these errors were encountered:
It should be possible to use ulog in (service) workers. And it should be possible to control the logging config of the workers. That last thing is a bit tricky as workers don't have access to
localStorage
for example.We need to implement a publish / subscribe messaging system using
postMessage
so the ulog in the worker can get it's config from the ulog running on the main threadThe text was updated successfully, but these errors were encountered: