Sending <NumLockState> messages
I'm working on a web app, and leave my browser pointed at its login page while I'm up to the elbows in the Java code. Or JavaScript, as the case may be.
After a while, I start seeing `Sending <NumLockState to native core <`_string of digits_`>. Duration xxms` messages in the console every few seconds. Each one followed by a message about receiving the numlock state from the native core.
I've traced this down to the 1Password extension.
It is also trying to reach https://my.1password.com/api/v2/overview and getting HTTP401s. And https://my.1password.om/api/v1/session/touch and others.
Can anyone explain WTH is going on? It's also attempting to access wss:// urls.
Is the extension getting into some kind of wacky user-not-clicking-me-omg-gonna-flip-out-now loop?