To detect if the caps lock is on, use the getModifierState() method for the KeyboardEvent object: const capslockIsOn = event.getModifierState(modifier); The getModifierState() (...)... (more…)
Read more »
Without too much fanfares Sciter has officially transitioned from TIScript to JavaScript this week. (more…)
Read more »
JavaScript Structs: Fixed Layout Objects. Contribute to tc39/proposal-structs development by creating an account on GitHub. (more…)
Read more »
Javascript engine made by LLM interpreting the ECMA specification - haael/jilliterate... (more…)
Read more »
This isn’t a Hacker News rant complaining about the state of JS. I promise. Pun not intended.
Read more »