07:42
<Sam Sneddon [:gsnedders]>
can anyone think of an IDL dictionary type with multiple uses in commonly used APIs? (versus dictionaries that are typically only used with a single API)
07:46
<Ms2ger 💉💉>
Does it count that fetch() and new Request() both take RequestInit?
12:37
<Florian Scholz>
DOMPointInit? (used in svg, webxr, and other APIs dealing with coordinates)
16:17
<annevk>
StructuredSerializeOptions (maybe at some point we ought to decide on Options vs Init)
23:17
<Adam Rice>
IMO: Options -> controls the behaviour of the constructed object; Init -> copied verbatim into the constructed object