00:56
<Krinkle>
jerryitt: I found this example and simplified it a bit: https://codepen.io/Krinkle/pen/jOWGqGw
00:57
<Krinkle>
you can drag an MP3 from your system's file explorer/finder and drop it in to play and work with
00:58
<jerryitt>
@Krinkle oh thats very neat, tank you.
09:12
<annevk>
GitHub getting unreliable?
09:25
<MikeSmith>
annevk: yeah
09:25
<MikeSmith>
mathiasbynens: congrats on String.prototype.replaceAll finally landing in the ES spec
09:28
<mathiasbynens>
MikeSmith: yay! thanks :)
09:29
<mathiasbynens>
only took 2.5 years 🙄
09:32
<annevk>
Wow, what was the holdup?
09:36
<annevk>
shu: I'm fine with unconditionally wrapping module scripts in promises
10:01
<MikeSmith>
annevk: https://stackoverflow.com/questions/62634803/why-is-the-origin-header-sent-for-same-origin-requests if you care to comment or answer
10:06
<MikeSmith>
annevk: so the new/current IDL way is for the literal `constructor();` like that?
10:06
<MikeSmith>
[Exposed=Window]
10:06
<MikeSmith>
interface DataTransfer { constructor();
10:06
<MikeSmith>
..
10:06
<MikeSmith>
well, with the linebreak that got ate by teh paste
10:07
<MikeSmith>
anyway, I can’t recall having seen that before
10:09
<MikeSmith>
OK I see https://github.com/whatwg/html/issues/5685 but I think we still have a lot of cases of IDL using the Constructor attribute
10:09
<MikeSmith>
we need to change all those?
10:11
<annevk>
MikeSmith: in HTML?
10:12
<MikeSmith>
in other specs
10:13
<annevk>
MikeSmith: yeah, they would have to update
10:14
<annevk>
MikeSmith: I replied to the question
10:14
<annevk>
I think Kagami rewrote most specifications automatically btw, but there could be some left
10:15
<MikeSmith>
ah OK
10:27
<MikeSmith>
annevk: https://github.com/whatwg/whatwg.org/pull/338#partial-pull-merging now stuck at “Checking for ability to merge automatically…Hang in there while we check the branch’s status”
10:28
<MikeSmith>
never seen tha happen
10:28
<annevk>
MikeSmith: https://www.githubstatus.com/ is a Christmas tree
10:29
<annevk>
MikeSmith: I've seen that message, but usually it's a quick operation; with the API server down though...