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

doesn't work with Firefox 26 #32

Closed
jabbalaci opened this issue Jan 3, 2014 · 1 comment
Closed

doesn't work with Firefox 26 #32

jabbalaci opened this issue Jan 3, 2014 · 1 comment
Labels

Comments

@jabbalaci
Copy link

The devconsole doesn't work with Firefox 26.0 (Ubuntu 13.10, 64 bit). With chromium-browser it works well.

Edit: the same holds for the example count.html. FF: fail, Chromium: OK.

@asergeyev
Copy link
Collaborator

it's use of innerText instead of w3c recommended textContent. Firefox team has few purists.
I fixed it working on #17 but could be also deployed separately...

two lines starting at:
https://github.com/asergeyev/websocketd/blob/e7a41f269c624c6bff0803a7657a2942a21d9196/libwebsocketd/console.go#L219

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

No branches or pull requests

2 participants