Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Worker support #44

Open
Download opened this issue Feb 4, 2021 · 0 comments
Open

Worker support #44

Download opened this issue Feb 4, 2021 · 0 comments
Assignees
Milestone

Comments

@Download
Copy link
Owner

Download commented Feb 4, 2021

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

@Download Download added this to the v2 milestone Feb 4, 2021
@Download Download self-assigned this Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant