-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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
Reactions are currently unavailable