01:00 | <snek> | i think torque could support suspend points natively with a desugaring |
01:00 | <snek> | this was one of the things i had in mind when i originally suggested the builtin async functions/generators |
01:40 | <shu> | by all means, i'd love for someone to implement it |
06:30 | <Ashley Claymore> | If anyone wants to give feedback ahead of the 'state of JS' survey: https://github.com/Devographics/surveys/issues/224 |
09:13 | <yulia> | How long has test262.report been down for? are there plans to bring it back up? |
10:54 | <nicolo-ribaudo> | test262.fyi :) |
10:55 | <yulia> | Aaaahhh |
15:47 | <bakkot> | base64 proposal is updated to remove streaming, fill out spec text, and settle outstanding questions about the API: https://github.com/tc39/proposal-arraybuffer-base64 see playground for overview and a polyfill in the console: https://tc39.es/proposal-arraybuffer-base64/ other than removing streaming, the most significant change is that the base64 decoder is now permissive by default (ignores whitespace, does not require padding), with a would appreciate eyes on it, and especially if anyone wants to volunteer to review before the November plenary so I can ask for stage 3 (assuming Peter no longer objects); otherwise I'll be asking in January |
16:09 | <ljharb> | I’ll volunteer to review |