05:53
<ljharb>
“Non-callable object” seems pretty straightforward tho
05:54
<Eli Grey>
is it possible to decorate the call slot of document.all?
11:34
<jmdyck>
What do you mean by "decorate a slot"? The ES spec doesn't use the term "decorate". The HTML spec does, but only when talking about Web IDL interfaces, not objects.
20:03
<Michael Ficarra>
I think the question might have been "can I use an HTMLDDA Object as the target of a Proxy whose handler implements apply?" and the answer to that is yes, you can
20:44
<bakkot>
technically you can but morally you should not
21:26
<snek>
when has that stopped us before