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

DefaultPrinter for WebWorkers #18

Open
Danielku15 opened this issue Feb 23, 2014 · 0 comments
Open

DefaultPrinter for WebWorkers #18

Danielku15 opened this issue Feb 23, 2014 · 0 comments

Comments

@Danielku15
Copy link

The JavaScript DefaultPrinter ConsoleView tries to create a pre-element. This fails if your JavaScript gets executed within a WebWorker.

The ConsoleView should check if Browser.document is null. If it's null it should use some postMessage mechanism to push the log message to the main Browser context. Similar to the mechanism used by the flash target.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant