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

array.toString() on a Uint8Array #504

Closed
steverpalmer opened this issue Feb 23, 2019 · 0 comments
Closed

array.toString() on a Uint8Array #504

steverpalmer opened this issue Feb 23, 2019 · 0 comments

Comments

@steverpalmer
Copy link

On Manjaro 18.0.2 with GNOME Shell 3.30.2, journalctl gives the following message:

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 ti...
(Note that array.toString() may have been called implicitly.)
0 refresh/<() ["/home/steve/.local/share/gnome-shell/extensions/system-monitor@paradoxxx.zero.gmail.com/extension.js":2066]
1 () ["self-hosted":979]

Immediately prior to this there is an entry:

Some code accessed the property 'UPower' on the module 'power'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported ...

The monitor itself seems to be working, but I couldn't see any other mention of this, so thought I would raise a ticket.

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