-
Notifications
You must be signed in to change notification settings - Fork 1
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
Classify objects #59
Classify objects #59
Conversation
*/ | ||
#hasPing = false; | ||
|
||
constructor() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥹 it's so beautiful
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Clear the favicon state and update the display | ||
*/ | ||
clear() { | ||
this.#messageCount = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Private variables! I've never use those in JS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah they are quite neat. Relatively recent but old enough that they are supported in any browser of the last few years.
@danthedaniel back from the death(backlog)! ;)
managers/favicon_manager.mjs
managers/server_info.mjs
managers/player_list.mjs
And a few other changes as well that made sense in this context:
querySelectorWithAssertion
function is now part ofutils.mjs