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

Some code called array.toString() on a Uint8Array instance #109

Open
deisi opened this issue Sep 14, 2019 · 0 comments
Open

Some code called array.toString() on a Uint8Array instance #109

deisi opened this issue Sep 14, 2019 · 0 comments

Comments

@deisi
Copy link

deisi commented Sep 14, 2019

According to my gnome-shell, the addon will soonish break due to an upcoming change in gjs.
I find:

Sep 14 13:37:26 mtop gnome-shell[1490]: Some code called array.toString() on a Uint8Array instance. Previously this would have interpreted the bytes of the array as a string, but that is nonstandard. In the future this will return the bytes as comma-separated digits. For the time being, the old behavior has been preserved, but please fix your code anyway to explicitly call ByteArray.toString(array).
                                        (Note that array.toString() may have been called implicitly.)
                                        0 _update() ["/home/malte/.local/share/gnome-shell/extensions/netspeed@hedayaty.gmail.com/net_speed.js":183]
                                        1 _update() ["self-hosted":975]

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

2 participants