09:17
<eemeli>

Back in 2021, when Object.hasOwn() raced all the way to Stage 4 in four months, was something like Object.getOwn() considered at all? I can't find any reference to such in the notes or the proposal repo.

I'm currently needing to write this repeatedly in a project, and it feels a bit repetitive:

let x = Object.hasOwn(obj, name) ? obj[name] : undefined;
09:55
<Lea Verou>
When is the Tokyo plenary? There's TPAC in Japan this year so if they're close I may be able to join too!
10:00
<eemeli>
It's the week after TPAC. The meeting schedule is available here: https://github.com/tc39/agendas
12:39
<Michael Ficarra>
@leaverou:matrix.org: https://github.com/tc39/Reflector/issues/567
15:26
<Chengzhong Wu>
https://github.com/tc39/agendas it seems like the Sept agenda page is not created yet..